Class BorderStyleSelector
Represents the Border style selector control.
Inheritance
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class BorderStyleSelector : UserControl, INotifyPropertyChanged
Constructors
BorderStyleSelector()
Initializes a new instance of the BorderStyleSelector class.
Declaration
public BorderStyleSelector()
Properties
BorderStylesToLine
Border styles to line dependency property. Gets or sets the border styles to line.
Declaration
public List<Line> BorderStylesToLine { get; set; }
Property Value
System.Collections.Generic.List<Line>
The current border. |
CurrentBorder
Current border dependency property. Gets or sets the current border.
Declaration
public CellBorder CurrentBorder { get; set; }
Property Value
CellBorder
The current border. |
SelectedBorderStyleIndex
Border styles to line dependency property. Gets or sets the border styles to line.
Declaration
public int SelectedBorderStyleIndex { get; set; }
Property Value
System.Int32
The current border. |
SelectedColor
Border styles to line dependency property. Gets or sets the border styles to line.
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Windows.Media.Color
The current border. |
Theme
Methods
CellBorderStyleToLine(CellBorderStyle)
Converts the cell border style to line.
Declaration
public Line CellBorderStyleToLine(CellBorderStyle cellBorderStyle)
Parameters
CellBorderStyle
cellBorderStyle
The cell border style. |
Returns
Line
The line. |
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|