Class SelectionTableFormat
Represents the SelectionTableFormat class.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class SelectionTableFormat : INotifyPropertyChangedProperties
Bidi
Gets or sets the bidirectional property of selected table.
Declaration
public bool? Bidi { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The bidirectional property of the selected table. | 
BottomMargin
Gets or Sets the default cell bottom margin of the TableAdv.
Declaration
public double BottomMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The default cell bottom margin of the TableAdv. | 
CellSpacing
Gets or Sets the spacing between the cells in the selected TableAdv.
Declaration
public double CellSpacing { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The CellSpacing. | 
LeftIndent
Gets or Sets the left indent of the selected TableAdv.
Declaration
public double LeftIndent { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The left indent. | 
LeftMargin
Gets or Sets the default cell left margin of the TableAdv.
Declaration
public double LeftMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The default cell left margin of the TableAdv. | 
PreferredWidth
Gets or Sets the width of the selected TableAdv.
Declaration
public double PreferredWidth { get; set; }Property Value
| Type | 
|---|
| System.Double | 
PreferredWidthType
Gets or Sets the width type.
Declaration
public WidthType PreferredWidthType { get; set; }Property Value
| Type | 
|---|
| WidthType | 
RightMargin
Gets or Sets the default cell right margin of the TableAdv.
Declaration
public double RightMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The default cell right margin of the TableAdv. | 
TableAlignment
Gets or Sets the TableAlignment of the selected TableAdv.
Declaration
public TableAlignment? TableAlignment { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<TableAlignment> | The TableAlignment. | 
TopMargin
Gets or Sets the default cell top margin of the TableAdv.
Declaration
public double TopMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The default cell top margin of the TableAdv. | 
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChangedEvent Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler |