Class BorderTabContent
Represents the content of the border tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class BorderTabContent : FormatCellsTabContentBase<IBorderTabContext>, IFormatCellsTabContent<IBorderTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
BorderTabContent()
Properties
BottomBorder
Bottom border dependency property. Gets or sets the bottom border.
Declaration
public CellBorder BottomBorder { get; set; }
Property Value
CellBorder
|
CurrentBorder
Current border dependency property. Gets or sets the current border.
Declaration
public CellBorder CurrentBorder { get; set; }
Property Value
CellBorder
|
DiagonalDownBorder
Diagonal-down border dependency property. Gets or sets the diagonal-down border.
Declaration
public CellBorder DiagonalDownBorder { get; set; }
Property Value
CellBorder
|
DiagonalUpBorder
Diagonal-up border dependency property. Gets or sets the diagonal-up border.
Declaration
public CellBorder DiagonalUpBorder { get; set; }
Property Value
CellBorder
|
InsideHorizontalBorder
Inside-horizontal border dependency property. Gets or sets the inside-horizontal border.
Declaration
public CellBorder InsideHorizontalBorder { get; set; }
Property Value
CellBorder
|
InsideVerticalBorder
Inside-vertical border dependency property. Gets or sets the inside-vertical border.
Declaration
public CellBorder InsideVerticalBorder { get; set; }
Property Value
CellBorder
|
LeftBorder
Left border dependency property. Gets or sets the left border.
Declaration
public CellBorder LeftBorder { get; set; }
Property Value
CellBorder
|
RightBorder
Right border dependency property. Gets or sets the right border.
Declaration
public CellBorder RightBorder { get; set; }
Property Value
CellBorder
|
SelectedColumnsCount
Selected columns count dependency property. Gets or sets the selected columns count.
Declaration
public int SelectedColumnsCount { get; set; }
Property Value
System.Int32
|
SelectedRowsCount
Selected rows count dependency property. Gets or sets the selected rows count.
Declaration
public int SelectedRowsCount { get; set; }
Property Value
System.Int32
|
TopBorder
Top border dependency property. Gets or sets the top border.
Declaration
public CellBorder TopBorder { get; set; }
Property Value
CellBorder
|
Methods
CopyPropertiesFromContext(IBorderTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IBorderTabContext context)
Parameters
IBorderTabContext
context
The context. |
Overrides
CopyPropertiesToContext(IBorderTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IBorderTabContext context)
Parameters
IBorderTabContext
context
The context. |
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
OnWindowClosed()
Declaration
public override void OnWindowClosed()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|