New to Telerik UI for WPFStart a free 30-day trial

Represents the BorderSelector control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class BorderSelector : ControlBase, INotifyPropertyChanged

Inheritance: objectControlBaseBorderSelector

Implements: INotifyPropertyChanged

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

Initializes a new instance of the BorderSelector class.

C#
public BorderSelector()

Fields

BottomBorderProperty

DependencyProperty

Bottom border dependency property.

C#
public static readonly DependencyProperty BottomBorderProperty

ColorPaletteProperty

DependencyProperty

Color palette dependency property.

C#
public static readonly DependencyProperty ColorPaletteProperty

CurrentBorderProperty

DependencyProperty

Current border dependency property.

C#
public static readonly DependencyProperty CurrentBorderProperty

DiagonalDownBorderProperty

DependencyProperty

Diagonal down border dependency property.

C#
public static readonly DependencyProperty DiagonalDownBorderProperty

DiagonalUpBorderProperty

DependencyProperty

Diagonal up border dependency property.

C#
public static readonly DependencyProperty DiagonalUpBorderProperty

Inside horizontal border dependency property.

C#
public static readonly DependencyProperty InsideHorizontalBorderProperty

Inside vertical border dependency property.

C#
public static readonly DependencyProperty InsideVerticalBorderProperty

LeftBorderProperty

DependencyProperty

Left border dependency property.

C#
public static readonly DependencyProperty LeftBorderProperty

RightBorderProperty

DependencyProperty

Right border dependency property.

C#
public static readonly DependencyProperty RightBorderProperty

Selected columns count dependency property.

C#
public static readonly DependencyProperty SelectedColumnsCountProperty

SelectedRowsCountProperty

DependencyProperty

Selected rows count dependency property.

C#
public static readonly DependencyProperty SelectedRowsCountProperty

TopBorderProperty

DependencyProperty

Top border dependency property.

C#
public static readonly DependencyProperty TopBorderProperty

Properties

BottomBorder

CellBorder

Gets or sets the bottom border.

C#
public CellBorder BottomBorder { get; set; }
Property Value:

The bottom border.

Gets or sets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value:

The color palette.

CurrentBorder

CellBorder

Gets or sets the current border.

C#
public CellBorder CurrentBorder { get; set; }
Property Value:

The current border.

Gets or sets the diagonal down border.

C#
public CellBorder DiagonalDownBorder { get; set; }
Property Value:

The diagonal down border.

Gets or sets the diagonal up border.

C#
public CellBorder DiagonalUpBorder { get; set; }
Property Value:

The diagonal up border.

Gets or sets the four cells diagonals visibility.

C#
public Visibility FourCellsDiagonalsVisibility { get; set; }
Property Value:

The four cells diagonals visibility.

Gets or sets the inside horizontal border.

C#
public CellBorder InsideHorizontalBorder { get; set; }
Property Value:

The inside horizontal border.

Gets or sets the inside vertical border.

C#
public CellBorder InsideVerticalBorder { get; set; }
Property Value:

The inside vertical border.

LeftBorder

CellBorder

Gets or sets the left border.

C#
public CellBorder LeftBorder { get; set; }
Property Value:

The left border.

Gets or sets the one or four cells diagonals visibility.

C#
public Visibility OneOrFourCellsDiagonalsVisibility { get; set; }
Property Value:

The one or four cells diagonals visibility.

RightBorder

CellBorder

Gets or sets the right border.

C#
public CellBorder RightBorder { get; set; }
Property Value:

The right border.

Gets or sets the selected columns count.

C#
public int SelectedColumnsCount { get; set; }
Property Value:

The selected columns count.

Gets or sets the selected rows count.

C#
public int SelectedRowsCount { get; set; }
Property Value:

The selected rows count.

Gets the set inside border command.

C#
public ICommand SetInsideBorderCommand { get; }
Property Value:

The set inside border command.

Gets the set no border command.

C#
public ICommand SetNoBorderCommand { get; }
Property Value:

The set no border command.

Gets the set outside border command.

C#
public ICommand SetOutsideBorderCommand { get; }
Property Value:

The set outside border command.

Gets the toggle bottom border command.

C#
public ICommand ToggleBottomBorderCommand { get; }
Property Value:

The toggle bottom border command.

Gets the toggle diagonal down border command.

C#
public ICommand ToggleDiagonalDownBorderCommand { get; }
Property Value:

The toggle diagonal down border command.

Gets the toggle diagonal up border command.

C#
public ICommand ToggleDiagonalUpBorderCommand { get; }
Property Value:

The toggle diagonal up border command.

Gets the toggle inside horizontal border command.

C#
public ICommand ToggleInsideHorizontalBorderCommand { get; }
Property Value:

The toggle inside horizontal border command.

Gets the toggle inside vertical border command.

C#
public ICommand ToggleInsideVerticalBorderCommand { get; }
Property Value:

The toggle inside vertical border command.

Gets the toggle left border command.

C#
public ICommand ToggleLeftBorderCommand { get; }
Property Value:

The toggle left border command.

Gets the toggle right border command.

C#
public ICommand ToggleRightBorderCommand { get; }
Property Value:

The toggle right border command.

Gets the toggle top border command.

C#
public ICommand ToggleTopBorderCommand { get; }
Property Value:

The toggle top border command.

TopBorder

CellBorder

Gets or sets the top border.

C#
public CellBorder TopBorder { get; set; }
Property Value:

The top border.

Gets or sets the two horizontal cells diagonals visibility.

C#
public Visibility TwoHorizontalCellsDiagonalsVisibility { get; set; }
Property Value:

The two horizontal cells diagonals visibility.

Gets or sets the two vertical cells diagonals visibility.

C#
public Visibility TwoVerticalCellsDiagonalsVisibility { get; set; }
Property Value:

The two vertical cells diagonals visibility.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged