BorderTabContent
Represents the content of the border tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class BorderTabContent : FormatCellsTabContentBase<IBorderTabContext>, IFormatCellsTabContent<IBorderTabContext>, IFormatCellsTabContent
Inheritance: objectControlBaseFormatCellsTabContentBase<IBorderTabContext>BorderTabContent
Implements:
Inherited Members
Constructors
Initializes a new instance of the BorderTabContent class.
public BorderTabContent()
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.
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.
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.
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext(IBorderTabContext context)
The context.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(IBorderTabContext context)
The context.
Overrides:
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.