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