BorderStyleSelector
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
Initializes a new instance of the BorderStyleSelector class.
public BorderStyleSelector()
Fields
BorderStylesToLineProperty
DependencyProperty
Border styles to line dependency property.
public static readonly DependencyProperty BorderStylesToLineProperty
ColorPaletteProperty
DependencyProperty
Color palette dependency property.
public static readonly DependencyProperty ColorPaletteProperty
CurrentBorderProperty
DependencyProperty
Current border dependency property.
public static readonly DependencyProperty CurrentBorderProperty
SelectedBorderStyleIndexProperty
DependencyProperty
Selected border style dependency property.
public static readonly DependencyProperty SelectedBorderStyleIndexProperty
SelectedColorProperty
DependencyProperty
Selected color dependency property.
public static readonly DependencyProperty SelectedColorProperty
Properties
Gets or sets the border styles to line.
public List<Line> BorderStylesToLine { get; set; }
The border styles to line.
Gets or sets the color palette.
public SpreadsheetColorPalette ColorPalette { get; set; }
The color palette.
CurrentBorder
CellBorder
Gets or sets the current border.
public CellBorder CurrentBorder { get; set; }
The current border.
Gets or sets the index of the selected border style.
public int SelectedBorderStyleIndex { get; set; }
The index of the selected border style.
SelectedColor
Color
Gets or sets the selected color.
public Color SelectedColor { get; set; }
The selected color.
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.