Class RowPlacement
Specifies the row placement.
Inheritance
System.Object
RowPlacement
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class RowPlacement : Enum
Fields
Above
Places the row above.
Declaration
public const RowPlacement Above
Field Value
Type |
---|
RowPlacement |
Below
Places the row below.
Declaration
public const RowPlacement Below
Field Value
Type |
---|
RowPlacement |