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