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 BorderStyleSelector class.
Declaration
public BorderStyleSelector()
Fields
BorderStylesToLineProperty
Border styles to line dependency property.
Declaration
public static readonly DependencyProperty BorderStylesToLineProperty
Field Value
System.Windows.DependencyProperty
|
ColorPaletteProperty
Color palette dependency property.
Declaration
public static readonly DependencyProperty ColorPaletteProperty
Field Value
System.Windows.DependencyProperty
|
CurrentBorderProperty
Current border dependency property.
Declaration
public static readonly DependencyProperty CurrentBorderProperty
Field Value
System.Windows.DependencyProperty
|
SelectedBorderStyleIndexProperty
Selected border style dependency property.
Declaration
public static readonly DependencyProperty SelectedBorderStyleIndexProperty
Field Value
System.Windows.DependencyProperty
|
SelectedColorProperty
Selected color dependency property.
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BorderStylesToLine
Gets or sets the border styles to line.
Declaration
public List<Line> BorderStylesToLine { get; set; }
Property Value
System.Collections.Generic.List<Line>
The border styles to line. |
ColorPalette
Gets or sets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
SpreadsheetColorPalette
The color palette. |
CurrentBorder
Gets or sets the current border.
Declaration
public CellBorder CurrentBorder { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorder
The current border. |
SelectedBorderStyleIndex
Gets or sets the index of the selected border style.
Declaration
public int SelectedBorderStyleIndex { get; set; }
Property Value
System.Int32
The index of the selected border style. |
SelectedColor
Gets or sets the selected color.
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Windows.Media.Color
The selected color. |