BordersPreview
Represents the BordersPreview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class BordersPreview : UserControl, INotifyPropertyChanged, IComponentConnector
Inheritance: objectBordersPreview
Implements:
Constructors
Initializes a new instance of the BordersPreview class.
public BordersPreview()
Fields
BottomBorderProperty
DependencyProperty
Bottom border dependency property.
public static readonly DependencyProperty BottomBorderProperty
ColorPaletteProperty
DependencyProperty
Color palette dependency property.
public static readonly DependencyProperty ColorPaletteProperty
DiagonalDownBorderProperty
DependencyProperty
Diagonal down border dependency property.
public static readonly DependencyProperty DiagonalDownBorderProperty
DiagonalUpBorderProperty
DependencyProperty
Diagonal up border dependency property.
public static readonly DependencyProperty DiagonalUpBorderProperty
HorizontalPathsVisibilityProperty
DependencyProperty
Horizontal paths visibility dependency property.
public static readonly DependencyProperty HorizontalPathsVisibilityProperty
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
VerticalPathsVisibilityProperty
DependencyProperty
Vertical paths visibility dependency property.
public static readonly DependencyProperty VerticalPathsVisibilityProperty
Properties
BottomBorder
CellBorder
Gets or sets the bottom border.
public CellBorder BottomBorder { get; set; }
The bottom border.
Gets or sets the cells layout.
public CellsLayout CellsLayout { get; set; }
The cells layout.
Gets or sets the color palette.
public SpreadsheetColorPalette ColorPalette { get; set; }
The color palette.
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.
HorizontalPathsVisibility
Visibility
Gets or sets the horizontal paths visibility.
public Visibility HorizontalPathsVisibility { get; set; }
The horizontal paths 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.
InvisibleBorder
CellBorder
Gets the invisible border.
public CellBorder InvisibleBorder { get; }
The invisible border.
LeftBorder
CellBorder
Gets or sets the left border.
public CellBorder LeftBorder { get; set; }
The left border.
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.
TopBorder
CellBorder
Gets or sets the top border.
public CellBorder TopBorder { get; set; }
The top border.
VerticalPathsVisibility
Visibility
Gets or sets the vertical paths visibility.
public Visibility VerticalPathsVisibility { get; set; }
The vertical paths visibility.
Methods
InitializeComponent
public void InitializeComponent()
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: