Class SetBordersCommandParameter
Represents the command parameter for SetBordersCommand.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SetBordersCommandParameter : DependencyObject
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 Nullable<CellBorderStyle> AllBordersStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
All borders style. |
BorderColor
Gets or sets the color of the border.
Declaration
public ThemableColor BorderColor { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ThemableColor
The color of the border. |
BottomBorderStyle
Gets or sets the bottom border style.
Declaration
public Nullable<CellBorderStyle> BottomBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The bottom border style. |
DiagonalDownBorderStyle
Gets or sets the diagonal down border style.
Declaration
public Nullable<CellBorderStyle> DiagonalDownBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The diagonal down border style. |
DiagonalUpBorderStyle
Gets or sets the diagonal up border style.
Declaration
public Nullable<CellBorderStyle> DiagonalUpBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The diagonal up border style. |
InsideHorizontalBorderStyle
Gets or sets the inside horizontal border style.
Declaration
public Nullable<CellBorderStyle> InsideHorizontalBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The inside horizontal border style. |
InsideVerticalBorderStyle
Gets or sets the inside vertical border style.
Declaration
public Nullable<CellBorderStyle> InsideVerticalBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The inside vertical border style. |
LeftBorderStyle
Gets or sets the left border style.
Declaration
public Nullable<CellBorderStyle> LeftBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The left border style. |
OutsideBordersStyle
Gets or sets the outside borders style.
Declaration
public Nullable<CellBorderStyle> OutsideBordersStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The outside borders style. |
RightBorderStyle
Gets or sets the right border style.
Declaration
public Nullable<CellBorderStyle> RightBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The right border style. |
TopBorderStyle
Gets or sets the top border style.
Declaration
public Nullable<CellBorderStyle> TopBorderStyle { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle>
The top border style. |