Class BordersAndShadingDialog
Displays a dialog to modify the borders and shading of a table or a cell in SfRichTextBoxAdv.
Implements
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class BordersAndShadingDialog : Dialog, INotifyPropertyChangedConstructors
BordersAndShadingDialog()
Initializes a new instance of the BordersAndShadingDialog class.
Declaration
public BordersAndShadingDialog()Properties
AllBorder
Gets or sets the all border.
Declaration
public bool AllBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
ApplyTo
Gets or Sets the apply to.
Declaration
public int ApplyTo { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
ApplyToCollection
Gets the apply to collection.
Declaration
public List<string> ApplyToCollection { get; }Property Value
| Type | 
|---|
| System.Collections.Generic.List<System.String> | 
BorderColor
Gets or Sets the border color.
Declaration
public Color BorderColor { get; set; }Property Value
| Type | 
|---|
| System.Windows.Media.Color | 
BottomBorder
Gets or sets the bottom border.
Declaration
public bool BottomBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
BoxBorder
Gets or sets the box border.
Declaration
public bool BoxBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
CustomBorder
Gets or sets the custom border.
Declaration
public bool CustomBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
DiagonalDownBorder
Gets or sets the diagonal down border.
Declaration
public bool DiagonalDownBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
DiagonalUpBorder
Gets or sets the diagonal up border.
Declaration
public bool DiagonalUpBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
HorizontalBorder
Gets or sets the horizontal border.
Declaration
public bool HorizontalBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
LeftBorder
Gets or sets the left border.
Declaration
public bool LeftBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
LineStyle
Gets or Sets the line style.
Declaration
public int LineStyle { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
LineStyleCollection
Gets the line style collection.
Declaration
public List<string> LineStyleCollection { get; }Property Value
| Type | 
|---|
| System.Collections.Generic.List<System.String> | 
LineWidth
Gets or sets the line width.
Declaration
public double LineWidth { get; set; }Property Value
| Type | 
|---|
| System.Double | 
NoBorder
Gets or sets the no border.
Declaration
public bool NoBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
RightBorder
Gets or sets the right border.
Declaration
public bool RightBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
ShadingFill
Gets or Sets the shading fill.
Declaration
public Color ShadingFill { get; set; }Property Value
| Type | 
|---|
| System.Windows.Media.Color | 
TopBorder
Gets or sets the top border.
Declaration
public bool TopBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
VerticalBorder
Gets or sets the vertical border.
Declaration
public bool VerticalBorder { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
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 |