Class SelectionCellFormat
Represents the SelectionCellFormat class.
Inheritance
System.Object
SelectionCellFormat
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class SelectionCellFormat : Object, INotifyPropertyChanged
Properties
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 Nullable<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 Nullable<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 PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged