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

Represents the content of the border tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the BorderTabContent class.

C#
public BorderTabContent()

Fields

BottomBorderProperty

DependencyProperty

Bottom border dependency property.

C#
public static readonly DependencyProperty BottomBorderProperty

ColorPaletteProperty

DependencyProperty

Color palette dependency property.

C#
public static readonly DependencyProperty ColorPaletteProperty

CurrentBorderProperty

DependencyProperty

Current border dependency property.

C#
public static readonly DependencyProperty CurrentBorderProperty

DiagonalDownBorderProperty

DependencyProperty

Diagonal down border dependency property.

C#
public static readonly DependencyProperty DiagonalDownBorderProperty

DiagonalUpBorderProperty

DependencyProperty

Diagonal up border dependency property.

C#
public static readonly DependencyProperty DiagonalUpBorderProperty

Inside horizontal border dependency property.

C#
public static readonly DependencyProperty InsideHorizontalBorderProperty

Inside vertical border dependency property.

C#
public static readonly DependencyProperty InsideVerticalBorderProperty

LeftBorderProperty

DependencyProperty

Left border dependency property.

C#
public static readonly DependencyProperty LeftBorderProperty

RightBorderProperty

DependencyProperty

Right border dependency property.

C#
public static readonly DependencyProperty RightBorderProperty

Selected columns count dependency property.

C#
public static readonly DependencyProperty SelectedColumnsCountProperty

SelectedRowsCountProperty

DependencyProperty

Selected rows count dependency property.

C#
public static readonly DependencyProperty SelectedRowsCountProperty

TopBorderProperty

DependencyProperty

Top border dependency property.

C#
public static readonly DependencyProperty TopBorderProperty

Properties

BottomBorder

CellBorder

Gets or sets the bottom border.

C#
public CellBorder BottomBorder { get; set; }
Property Value:

The bottom border.

Gets or sets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value:

The color palette.

CurrentBorder

CellBorder

Gets or sets the current border.

C#
public CellBorder CurrentBorder { get; set; }
Property Value:

The current border.

Gets or sets the diagonal down border.

C#
public CellBorder DiagonalDownBorder { get; set; }
Property Value:

The diagonal down border.

Gets or sets the diagonal up border.

C#
public CellBorder DiagonalUpBorder { get; set; }
Property Value:

The diagonal up border.

Gets or sets the inside horizontal border.

C#
public CellBorder InsideHorizontalBorder { get; set; }
Property Value:

The inside horizontal border.

Gets or sets the inside vertical border.

C#
public CellBorder InsideVerticalBorder { get; set; }
Property Value:

The inside vertical border.

LeftBorder

CellBorder

Gets or sets the left border.

C#
public CellBorder LeftBorder { get; set; }
Property Value:

The left border.

RightBorder

CellBorder

Gets or sets the right border.

C#
public CellBorder RightBorder { get; set; }
Property Value:

The right border.

Gets or sets the selected columns count.

C#
public int SelectedColumnsCount { get; set; }
Property Value:

The selected columns count.

Gets or sets the selected rows count.

C#
public int SelectedRowsCount { get; set; }
Property Value:

The selected rows count.

TopBorder

CellBorder

Gets or sets the top border.

C#
public CellBorder TopBorder { get; set; }
Property Value:

The top border.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext(IBorderTabContext context)
Parameters:contextIBorderTabContext

The context.

Overrides: FormatCellsTabContentBase<IBorderTabContext>.CopyPropertiesFromContext(IBorderTabContext)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(IBorderTabContext context)
Parameters:contextIBorderTabContext

The context.

Overrides: FormatCellsTabContentBase<IBorderTabContext>.CopyPropertiesToContext(IBorderTabContext)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.