Class
TableBordersProperties

TableBordersProperties

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.TableBorders

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableBordersProperties : UserControl, IComponentConnector

Inheritance: objectTableBordersProperties

Implements: IComponentConnector

Constructors

TableBordersProperties()

Declaration

cs-api-definition
public TableBordersProperties()

Properties

BottomBorder

Declaration

cs-api-definition
public Border BottomBorder { get; set; }

Property Value

Border

InsideHorizontal

Declaration

cs-api-definition
public Border InsideHorizontal { get; set; }

Property Value

Border

InsideVertical

Declaration

cs-api-definition
public Border InsideVertical { get; set; }

Property Value

Border

LeftBorder

Declaration

cs-api-definition
public Border LeftBorder { get; set; }

Property Value

Border

RightBorder

Declaration

cs-api-definition
public Border RightBorder { get; set; }

Property Value

Border

TopBorder

Declaration

cs-api-definition
public Border TopBorder { get; set; }

Property Value

Border

Methods

FillUI(TablePropertiesEditor)

Declaration

cs-api-definition
public void FillUI(TablePropertiesEditor tablePropertiesEditor)

Parameters

tablePropertiesEditor

TablePropertiesEditor

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

SaveChanges()

Declaration

cs-api-definition
public void SaveChanges()

SetAllValuesToDefault()

Declaration

cs-api-definition
public void SetAllValuesToDefault()