New to Telerik UI for WPFStart a free 30-day trial

Represents information about the size change of a layout element.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class SizeChangedInfo

Inheritance: objectSizeChangedInfo

Constructors

C#
public SizeChangedInfo(LayoutElement element, SizeF previousSize, bool widthChanged, bool heightChanged)
Parameters:elementLayoutElementpreviousSizeSizeFwidthChangedboolheightChangedbool

Properties

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

C#
public bool HeightChanged { get; }

Gets information about the previous size of the layout element.

C#
public SizeF PreviousSize { get; }

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

C#
public bool WidthChanged { get; }