BorderSelector
Represents the BorderSelector control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class BorderSelector : ControlBase, INotifyPropertyChanged
Inheritance: objectControlBaseBorderSelector
Implements:
Inherited Members
Constructors
Initializes a new instance of the BorderSelector class.
public BorderSelector()
Fields
BottomBorderProperty
DependencyProperty
Bottom border dependency property.
public static readonly DependencyProperty BottomBorderProperty
ColorPaletteProperty
DependencyProperty
Color palette dependency property.
public static readonly DependencyProperty ColorPaletteProperty
CurrentBorderProperty
DependencyProperty
Current border dependency property.
public static readonly DependencyProperty CurrentBorderProperty
DiagonalDownBorderProperty
DependencyProperty
Diagonal down border dependency property.
public static readonly DependencyProperty DiagonalDownBorderProperty
DiagonalUpBorderProperty
DependencyProperty
Diagonal up border dependency property.
public static readonly DependencyProperty DiagonalUpBorderProperty
InsideHorizontalBorderProperty
DependencyProperty
Inside horizontal border dependency property.
public static readonly DependencyProperty InsideHorizontalBorderProperty
InsideVerticalBorderProperty
DependencyProperty
Inside vertical border dependency property.
public static readonly DependencyProperty InsideVerticalBorderProperty
LeftBorderProperty
DependencyProperty
Left border dependency property.
public static readonly DependencyProperty LeftBorderProperty
RightBorderProperty
DependencyProperty
Right border dependency property.
public static readonly DependencyProperty RightBorderProperty
SelectedColumnsCountProperty
DependencyProperty
Selected columns count dependency property.
public static readonly DependencyProperty SelectedColumnsCountProperty
SelectedRowsCountProperty
DependencyProperty
Selected rows count dependency property.
public static readonly DependencyProperty SelectedRowsCountProperty
TopBorderProperty
DependencyProperty
Top border dependency property.
public static readonly DependencyProperty TopBorderProperty
Properties
BottomBorder
CellBorder
Gets or sets the bottom border.
public CellBorder BottomBorder { get; set; }
The bottom border.
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.
DiagonalDownBorder
CellBorder
Gets or sets the diagonal down border.
public CellBorder DiagonalDownBorder { get; set; }
The diagonal down border.
DiagonalUpBorder
CellBorder
Gets or sets the diagonal up border.
public CellBorder DiagonalUpBorder { get; set; }
The diagonal up border.
FourCellsDiagonalsVisibility
Visibility
Gets or sets the four cells diagonals visibility.
public Visibility FourCellsDiagonalsVisibility { get; set; }
The four cells diagonals visibility.
InsideHorizontalBorder
CellBorder
Gets or sets the inside horizontal border.
public CellBorder InsideHorizontalBorder { get; set; }
The inside horizontal border.
InsideVerticalBorder
CellBorder
Gets or sets the inside vertical border.
public CellBorder InsideVerticalBorder { get; set; }
The inside vertical border.
LeftBorder
CellBorder
Gets or sets the left border.
public CellBorder LeftBorder { get; set; }
The left border.
OneOrFourCellsDiagonalsVisibility
Visibility
Gets or sets the one or four cells diagonals visibility.
public Visibility OneOrFourCellsDiagonalsVisibility { get; set; }
The one or four cells diagonals visibility.
RightBorder
CellBorder
Gets or sets the right border.
public CellBorder RightBorder { get; set; }
The right border.
Gets or sets the selected columns count.
public int SelectedColumnsCount { get; set; }
The selected columns count.
Gets or sets the selected rows count.
public int SelectedRowsCount { get; set; }
The selected rows count.
Gets the set inside border command.
public ICommand SetInsideBorderCommand { get; }
The set inside border command.
Gets the set no border command.
public ICommand SetNoBorderCommand { get; }
The set no border command.
Gets the set outside border command.
public ICommand SetOutsideBorderCommand { get; }
The set outside border command.
Gets the toggle bottom border command.
public ICommand ToggleBottomBorderCommand { get; }
The toggle bottom border command.
Gets the toggle diagonal down border command.
public ICommand ToggleDiagonalDownBorderCommand { get; }
The toggle diagonal down border command.
Gets the toggle diagonal up border command.
public ICommand ToggleDiagonalUpBorderCommand { get; }
The toggle diagonal up border command.
Gets the toggle inside horizontal border command.
public ICommand ToggleInsideHorizontalBorderCommand { get; }
The toggle inside horizontal border command.
Gets the toggle inside vertical border command.
public ICommand ToggleInsideVerticalBorderCommand { get; }
The toggle inside vertical border command.
Gets the toggle left border command.
public ICommand ToggleLeftBorderCommand { get; }
The toggle left border command.
Gets the toggle right border command.
public ICommand ToggleRightBorderCommand { get; }
The toggle right border command.
Gets the toggle top border command.
public ICommand ToggleTopBorderCommand { get; }
The toggle top border command.
TopBorder
CellBorder
Gets or sets the top border.
public CellBorder TopBorder { get; set; }
The top border.
TwoHorizontalCellsDiagonalsVisibility
Visibility
Gets or sets the two horizontal cells diagonals visibility.
public Visibility TwoHorizontalCellsDiagonalsVisibility { get; set; }
The two horizontal cells diagonals visibility.
TwoVerticalCellsDiagonalsVisibility
Visibility
Gets or sets the two vertical cells diagonals visibility.
public Visibility TwoVerticalCellsDiagonalsVisibility { get; set; }
The two vertical cells diagonals visibility.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
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.
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: