Class CellOptionsDialog
Displays a dialog to modify the options of a table cell in SfRichTextBoxAdv.
Implements
System.ComponentModel.INotifyPropertyChanged
  Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class CellOptionsDialog : Dialog, INotifyPropertyChangedConstructors
CellOptionsDialog()
Initializes a new instance of the CellOptionsDialog class.
Declaration
public CellOptionsDialog()Properties
BottomMargin
Gets or Sets the cell bottom margin.
Declaration
public double BottomMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The cell bottom margin. | 
HasCellMargin
Determines whether the cell margin has been defined.
Declaration
public bool HasCellMargin { get; }Property Value
| Type | 
|---|
| System.Boolean | 
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. | 
SameAsTable
Determines whether the cell to take default cell margin from the table.
Declaration
public bool SameAsTable { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
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