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