New to Telerik UI for WPFStart a free 30-day trial

Represents the command parameter for SetBordersCommand.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SetBordersCommandParameter : FrameworkElement

Inheritance: objectSetBordersCommandParameter

Constructors

C#
public SetBordersCommandParameter()

Fields

BorderColorProperty

DependencyProperty

Border color dependency property.

C#
public static readonly DependencyProperty BorderColorProperty

BottomBorderStyleProperty

DependencyProperty

Bottom border style dependency property.

C#
public static readonly DependencyProperty BottomBorderStyleProperty

Diagonal down border style dependency property.

C#
public static readonly DependencyProperty DiagonalDownBorderStyleProperty

Diagonal up border style dependency property.

C#
public static readonly DependencyProperty DiagonalUpBorderStyleProperty

Inside horizontal border style dependency property.

C#
public static readonly DependencyProperty InsideHorizontalBorderStyleProperty

Inside vertical border style dependency property.

C#
public static readonly DependencyProperty InsideVerticalBorderStyleProperty

LeftBorderStyleProperty

DependencyProperty

Left border style dependency property.

C#
public static readonly DependencyProperty LeftBorderStyleProperty

RightBorderStyleProperty

DependencyProperty

Right border style dependency property.

C#
public static readonly DependencyProperty RightBorderStyleProperty

TopBorderStyleProperty

DependencyProperty

Top border style dependency property.

C#
public static readonly DependencyProperty TopBorderStyleProperty

Properties

AllBordersStyle

CellBorderStyle?

Gets or sets all borders style.

C#
public CellBorderStyle? AllBordersStyle { get; set; }
Property Value:

All borders style.

BorderColor

ThemableColor

Gets or sets the color of the border.

C#
public ThemableColor BorderColor { get; set; }
Property Value:

The color of the border.

BottomBorderStyle

CellBorderStyle?

Gets or sets the bottom border style.

C#
public CellBorderStyle? BottomBorderStyle { get; set; }
Property Value:

The bottom border style.

DiagonalDownBorderStyle

CellBorderStyle?

Gets or sets the diagonal down border style.

C#
public CellBorderStyle? DiagonalDownBorderStyle { get; set; }
Property Value:

The diagonal down border style.

DiagonalUpBorderStyle

CellBorderStyle?

Gets or sets the diagonal up border style.

C#
public CellBorderStyle? DiagonalUpBorderStyle { get; set; }
Property Value:

The diagonal up border style.

Gets or sets the inside horizontal border style.

C#
public CellBorderStyle? InsideHorizontalBorderStyle { get; set; }
Property Value:

The inside horizontal border style.

Gets or sets the inside vertical border style.

C#
public CellBorderStyle? InsideVerticalBorderStyle { get; set; }
Property Value:

The inside vertical border style.

LeftBorderStyle

CellBorderStyle?

Gets or sets the left border style.

C#
public CellBorderStyle? LeftBorderStyle { get; set; }
Property Value:

The left border style.

OutsideBordersStyle

CellBorderStyle?

Gets or sets the outside borders style.

C#
public CellBorderStyle? OutsideBordersStyle { get; set; }
Property Value:

The outside borders style.

RightBorderStyle

CellBorderStyle?

Gets or sets the right border style.

C#
public CellBorderStyle? RightBorderStyle { get; set; }
Property Value:

The right border style.

TopBorderStyle

CellBorderStyle?

Gets or sets the top border style.

C#
public CellBorderStyle? TopBorderStyle { get; set; }
Property Value:

The top border style.