Class
SetBordersCommandParameter

Represents the command parameter for SetBordersCommand.

Definition

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

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SetBordersCommandParameter : FrameworkElement

Inheritance: objectSetBordersCommandParameter

Constructors

SetBordersCommandParameter()

Declaration

cs-api-definition
public SetBordersCommandParameter()

Fields

BorderColorProperty

Border color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BorderColorProperty

Field Value

DependencyProperty

BottomBorderStyleProperty

Bottom border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BottomBorderStyleProperty

Field Value

DependencyProperty

DiagonalDownBorderStyleProperty

Diagonal down border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DiagonalDownBorderStyleProperty

Field Value

DependencyProperty

DiagonalUpBorderStyleProperty

Diagonal up border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DiagonalUpBorderStyleProperty

Field Value

DependencyProperty

InsideHorizontalBorderStyleProperty

Inside horizontal border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InsideHorizontalBorderStyleProperty

Field Value

DependencyProperty

InsideVerticalBorderStyleProperty

Inside vertical border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InsideVerticalBorderStyleProperty

Field Value

DependencyProperty

LeftBorderStyleProperty

Left border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LeftBorderStyleProperty

Field Value

DependencyProperty

RightBorderStyleProperty

Right border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RightBorderStyleProperty

Field Value

DependencyProperty

TopBorderStyleProperty

Top border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TopBorderStyleProperty

Field Value

DependencyProperty

Properties

AllBordersStyle

Gets or sets all borders style.

Declaration

cs-api-definition
public CellBorderStyle? AllBordersStyle { get; set; }

Property Value

CellBorderStyle?

All borders style.

BorderColor

Gets or sets the color of the border.

Declaration

cs-api-definition
public ThemableColor BorderColor { get; set; }

Property Value

ThemableColor

The color of the border.

BottomBorderStyle

Gets or sets the bottom border style.

Declaration

cs-api-definition
public CellBorderStyle? BottomBorderStyle { get; set; }

Property Value

CellBorderStyle?

The bottom border style.

DiagonalDownBorderStyle

Gets or sets the diagonal down border style.

Declaration

cs-api-definition
public CellBorderStyle? DiagonalDownBorderStyle { get; set; }

Property Value

CellBorderStyle?

The diagonal down border style.

DiagonalUpBorderStyle

Gets or sets the diagonal up border style.

Declaration

cs-api-definition
public CellBorderStyle? DiagonalUpBorderStyle { get; set; }

Property Value

CellBorderStyle?

The diagonal up border style.

InsideHorizontalBorderStyle

Gets or sets the inside horizontal border style.

Declaration

cs-api-definition
public CellBorderStyle? InsideHorizontalBorderStyle { get; set; }

Property Value

CellBorderStyle?

The inside horizontal border style.

InsideVerticalBorderStyle

Gets or sets the inside vertical border style.

Declaration

cs-api-definition
public CellBorderStyle? InsideVerticalBorderStyle { get; set; }

Property Value

CellBorderStyle?

The inside vertical border style.

LeftBorderStyle

Gets or sets the left border style.

Declaration

cs-api-definition
public CellBorderStyle? LeftBorderStyle { get; set; }

Property Value

CellBorderStyle?

The left border style.

OutsideBordersStyle

Gets or sets the outside borders style.

Declaration

cs-api-definition
public CellBorderStyle? OutsideBordersStyle { get; set; }

Property Value

CellBorderStyle?

The outside borders style.

RightBorderStyle

Gets or sets the right border style.

Declaration

cs-api-definition
public CellBorderStyle? RightBorderStyle { get; set; }

Property Value

CellBorderStyle?

The right border style.

TopBorderStyle

Gets or sets the top border style.

Declaration

cs-api-definition
public CellBorderStyle? TopBorderStyle { get; set; }

Property Value

CellBorderStyle?

The top border style.