Class
SizeChangedInfo

Represents information about the size change of a layout element.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SizeChangedInfo

Inheritance: objectSizeChangedInfo

Constructors

SizeChangedInfo(LayoutElement, SizeF, bool, bool)

Declaration

cs-api-definition
public SizeChangedInfo(LayoutElement element, SizeF previousSize, bool widthChanged, bool heightChanged)

Parameters

element

LayoutElement

previousSize

SizeF

widthChanged

bool

heightChanged

bool

Properties

HeightChanged

Represents information about changes in the height of a layout element.

Declaration

cs-api-definition
public bool HeightChanged { get; }

Property Value

bool

PreviousSize

Gets information about the previous size of the layout element.

Declaration

cs-api-definition
public SizeF PreviousSize { get; }

Property Value

SizeF

WidthChanged

Provides information about changes in the width of a layout element.

Declaration

cs-api-definition
public bool WidthChanged { get; }

Property Value

bool