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

Represents the BordersPreview control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class BordersPreview : UserControl, INotifyPropertyChanged, IComponentConnector

Inheritance: objectBordersPreview

Implements: IComponentConnectorINotifyPropertyChanged

Constructors

Initializes a new instance of the BordersPreview class.

C#
public BordersPreview()

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

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

Horizontal paths visibility dependency property.

C#
public static readonly DependencyProperty HorizontalPathsVisibilityProperty

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

Vertical paths visibility dependency property.

C#
public static readonly DependencyProperty VerticalPathsVisibilityProperty

Properties

BottomBorder

CellBorder

Gets or sets the bottom border.

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

The bottom border.

Gets or sets the cells layout.

C#
public CellsLayout CellsLayout { get; set; }
Property Value:

The cells layout.

Gets or sets the color palette.

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

The color palette.

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 horizontal paths visibility.

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

The horizontal paths 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.

InvisibleBorder

CellBorder

Gets the invisible border.

C#
public CellBorder InvisibleBorder { get; }
Property Value:

The invisible border.

LeftBorder

CellBorder

Gets or sets the left border.

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

The left border.

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.

TopBorder

CellBorder

Gets or sets the top border.

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

The top border.

Gets or sets the vertical paths visibility.

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

The vertical paths visibility.

Methods

InitializeComponent

C#
public void InitializeComponent()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged