Class
BorderStyleSelector

Represents the Border style selector control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class BorderStyleSelector : Control

Inheritance: objectBorderStyleSelector

Constructors

BorderStyleSelector()

Initializes a new instance of the BorderStyleSelector class.

Declaration

cs-api-definition
public BorderStyleSelector()

Fields

BorderStylesToLineProperty

Border styles to line dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BorderStylesToLineProperty

Field Value

DependencyProperty

ColorPaletteProperty

Color palette dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColorPaletteProperty

Field Value

DependencyProperty

CurrentBorderProperty

Current border dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CurrentBorderProperty

Field Value

DependencyProperty

SelectedBorderStyleIndexProperty

Selected border style dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBorderStyleIndexProperty

Field Value

DependencyProperty

SelectedColorProperty

Selected color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedColorProperty

Field Value

DependencyProperty

Properties

BorderStylesToLine

Gets or sets the border styles to line.

Declaration

cs-api-definition
public List<Line> BorderStylesToLine { get; set; }

Property Value

List<Line>

The border styles to line.

ColorPalette

Gets or sets the color palette.

Declaration

cs-api-definition
public SpreadsheetColorPalette ColorPalette { get; set; }

Property Value

SpreadsheetColorPalette

The color palette.

CurrentBorder

Gets or sets the current border.

Declaration

cs-api-definition
public CellBorder CurrentBorder { get; set; }

Property Value

CellBorder

The current border.

SelectedBorderStyleIndex

Gets or sets the index of the selected border style.

Declaration

cs-api-definition
public int SelectedBorderStyleIndex { get; set; }

Property Value

int

The index of the selected border style.

SelectedColor

Gets or sets the selected color.

Declaration

cs-api-definition
public Color SelectedColor { get; set; }

Property Value

Color

The selected color.

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.