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

Represents the Border style selector control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class BorderStyleSelector : Control

Inheritance: objectBorderStyleSelector

Constructors

Initializes a new instance of the BorderStyleSelector class.

C#
public BorderStyleSelector()

Fields

BorderStylesToLineProperty

DependencyProperty

Border styles to line dependency property.

C#
public static readonly DependencyProperty BorderStylesToLineProperty

ColorPaletteProperty

DependencyProperty

Color palette dependency property.

C#
public static readonly DependencyProperty ColorPaletteProperty

CurrentBorderProperty

DependencyProperty

Current border dependency property.

C#
public static readonly DependencyProperty CurrentBorderProperty

Selected border style dependency property.

C#
public static readonly DependencyProperty SelectedBorderStyleIndexProperty

SelectedColorProperty

DependencyProperty

Selected color dependency property.

C#
public static readonly DependencyProperty SelectedColorProperty

Properties

Gets or sets the border styles to line.

C#
public List<Line> BorderStylesToLine { get; set; }
Property Value:

The border styles to line.

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 index of the selected border style.

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

The index of the selected border style.

Gets or sets the selected color.

C#
public Color SelectedColor { get; set; }
Property Value:

The selected color.

Methods

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.