Class SetBordersCommandParameter
Represents the command parameter for SetBordersCommand.
Inheritance
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Commands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SetBordersCommandParameter : FrameworkElement
Constructors
SetBordersCommandParameter()
Declaration
public SetBordersCommandParameter()
Fields
BorderColorProperty
Border color dependency property.
Declaration
public static readonly DependencyProperty BorderColorProperty
Field Value
System.Windows.DependencyProperty
|
BottomBorderStyleProperty
Bottom border style dependency property.
Declaration
public static readonly DependencyProperty BottomBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
DiagonalDownBorderStyleProperty
Diagonal down border style dependency property.
Declaration
public static readonly DependencyProperty DiagonalDownBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
DiagonalUpBorderStyleProperty
Diagonal up border style dependency property.
Declaration
public static readonly DependencyProperty DiagonalUpBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
InsideHorizontalBorderStyleProperty
Inside horizontal border style dependency property.
Declaration
public static readonly DependencyProperty InsideHorizontalBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
InsideVerticalBorderStyleProperty
Inside vertical border style dependency property.
Declaration
public static readonly DependencyProperty InsideVerticalBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
LeftBorderStyleProperty
Left border style dependency property.
Declaration
public static readonly DependencyProperty LeftBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
RightBorderStyleProperty
Right border style dependency property.
Declaration
public static readonly DependencyProperty RightBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
TopBorderStyleProperty
Top border style dependency property.
Declaration
public static readonly DependencyProperty TopBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AllBordersStyle
Gets or sets all borders style.
Declaration
public CellBorderStyle? AllBordersStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
All borders style. |
BorderColor
Gets or sets the color of the border.
Declaration
public ThemableColor BorderColor { get; set; }
Property Value
ThemableColor
The color of the border. |
BottomBorderStyle
Gets or sets the bottom border style.
Declaration
public CellBorderStyle? BottomBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The bottom border style. |
DiagonalDownBorderStyle
Gets or sets the diagonal down border style.
Declaration
public CellBorderStyle? DiagonalDownBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The diagonal down border style. |
DiagonalUpBorderStyle
Gets or sets the diagonal up border style.
Declaration
public CellBorderStyle? DiagonalUpBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The diagonal up border style. |
InsideHorizontalBorderStyle
Gets or sets the inside horizontal border style.
Declaration
public CellBorderStyle? InsideHorizontalBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The inside horizontal border style. |
InsideVerticalBorderStyle
Gets or sets the inside vertical border style.
Declaration
public CellBorderStyle? InsideVerticalBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The inside vertical border style. |
LeftBorderStyle
Gets or sets the left border style.
Declaration
public CellBorderStyle? LeftBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The left border style. |
OutsideBordersStyle
Gets or sets the outside borders style.
Declaration
public CellBorderStyle? OutsideBordersStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The outside borders style. |
RightBorderStyle
Gets or sets the right border style.
Declaration
public CellBorderStyle? RightBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The right border style. |
TopBorderStyle
Gets or sets the top border style.
Declaration
public CellBorderStyle? TopBorderStyle { get; set; }
Property Value
System.Nullable<CellBorderStyle>
The top border style. |