Class SelectionCellFormat
Represents the SelectionCellFormat class.
Inheritance
System.Object
    SelectionCellFormat
  Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class SelectionCellFormat : INotifyPropertyChangedProperties
BottomMargin
Gets or Sets the bottom margin of the selected cells.
Declaration
public double BottomMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The bottom margin of the selected cells. | 
LeftMargin
Gets or Sets the left margin of the selected cells.
Declaration
public double LeftMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The left margin of the selected cells. | 
PreferredWidth
Gets or Sets the width of the selected cells.
Declaration
public double PreferredWidth { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The width of the selected cells. | 
PreferredWidthType
Gets or Sets the width type.
Declaration
public WidthType? PreferredWidthType { get; set; }Property Value
| Type | 
|---|
| System.Nullable<WidthType> | 
RightMargin
Gets or Sets the right margin of the selected cells.
Declaration
public double RightMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The right margin of the selected cells. | 
TopMargin
Gets or Sets the top margin of the selected cells.
Declaration
public double TopMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The top margin of the selected cells. | 
VerticalAlignment
Gets or Sets the CellVerticalAlignment of the selected cells.
Declaration
public CellVerticalAlignment? VerticalAlignment { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<CellVerticalAlignment> | The CellVerticalAlignment of the selected cells. | 
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChangedEvent Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged