Class ResizingMode
Specifies how an element visually responds to resizing operations.
Inheritance
System.Object
ResizingMode
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class ResizingMode : Enum
Fields
Delayed
The element is redrawn after the resizing operation is finished.
Declaration
public const ResizingMode Delayed
Field Value
Type |
---|
ResizingMode |
Live
The element is redrawn dynamically during the resizing operation.
Declaration
public const ResizingMode Live
Field Value
Type |
---|
ResizingMode |