Enum ResizingMode
Specifies how an element visually responds to resizing operations.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum ResizingMode
Fields
Name | Description |
---|---|
Delayed | The element is redrawn after the resizing operation is finished. |
Live | The element is redrawn dynamically during the resizing operation. |