Class SizeChangedInfo
Inheritance
System.Object
SizeChangedInfo
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SizeChangedInfo : Object
Constructors
SizeChangedInfo(LayoutElement, SizeF, Boolean, Boolean)
Declaration
public SizeChangedInfo(LayoutElement element, SizeF previousSize, bool widthChanged, bool heightChanged)
Parameters
LayoutElement
element
|
SizeF
previousSize
|
System.Boolean
widthChanged
|
System.Boolean
heightChanged
|
Properties
HeightChanged
Declaration
public bool HeightChanged { get; }
Property Value
System.Boolean
|
PreviousSize
WidthChanged
Declaration
public bool WidthChanged { get; }
Property Value
System.Boolean
|