Class TableOptionsDialog
Displays a dialog to modify the options of a table in SfRichTextBoxAdv.
Implements
System.ComponentModel.INotifyPropertyChanged
  Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class TableOptionsDialog : Dialog, INotifyPropertyChangedConstructors
TableOptionsDialog()
Initializes a new instance of the TableOptionsDialog class.
Declaration
public TableOptionsDialog()Properties
AllowAutoFit
Determines whether auto fit is allowed.
Declaration
public bool AllowAutoFit { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
AllowCellSpacing
Determines whether cell spacing is allowed.
Declaration
public bool AllowCellSpacing { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
BottomMargin
Gets or Sets the cell bottom margin.
Declaration
public double BottomMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The cell bottom margin. | 
CellSpacing
Gets or Sets the CellSpacing.
Declaration
public double CellSpacing { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The CellSpacing. | 
LeftMargin
Gets or Sets the cell left margin.
Declaration
public double LeftMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The cell left margin. | 
RightMargin
Gets or Sets the cell right margin.
Declaration
public double RightMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The cell right margin. | 
TopMargin
Gets or Sets the cell top margin.
Declaration
public double TopMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The cell top margin. | 
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChangedEvent Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged