ClassBorderStyleSelector
Represents the Border style selector control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class BorderStyleSelector : Control
Inheritance: objectBorderStyleSelector
Constructors
BorderStyleSelector()
Initializes a new instance of the BorderStyleSelector class.
Declaration
public BorderStyleSelector()
Fields
BorderStylesToLineProperty
Border styles to line dependency property.
Declaration
public static readonly DependencyProperty BorderStylesToLineProperty
Field Value
DependencyProperty
ColorPaletteProperty
Color palette dependency property.
Declaration
public static readonly DependencyProperty ColorPaletteProperty
Field Value
DependencyProperty
CurrentBorderProperty
Current border dependency property.
Declaration
public static readonly DependencyProperty CurrentBorderProperty
Field Value
DependencyProperty
SelectedBorderStyleIndexProperty
Selected border style dependency property.
Declaration
public static readonly DependencyProperty SelectedBorderStyleIndexProperty
Field Value
DependencyProperty
SelectedColorProperty
Selected color dependency property.
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
DependencyProperty
Properties
BorderStylesToLine
Gets or sets the border styles to line.
ColorPalette
Gets or sets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
The color palette.
CurrentBorder
Gets or sets the current border.
Declaration
public CellBorder CurrentBorder { get; set; }
Property Value
CellBorder
The current border.
SelectedBorderStyleIndex
Gets or sets the index of the selected border style.
Declaration
public int SelectedBorderStyleIndex { get; set; }
Property Value
The index of the selected border style.
SelectedColor
Gets or sets the selected color.
Declaration
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
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.