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

CellBordersProperties

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class CellBordersProperties : UserControl, IComponentConnector

Inheritance: objectCellBordersProperties

Implements: IComponentConnector

Constructors

C#
public CellBordersProperties()

Properties

C#
public Border BottomBorder { get; set; }
C#
public Border LeftBorder { get; set; }
C#
public Border RightBorder { get; set; }
C#
public Border TopBorder { get; set; }

Methods

C#
public void FillUI(TablePropertiesEditor tablePropertiesEditor)
Parameters:tablePropertiesEditorTablePropertiesEditor

InitializeComponent

C#
public void InitializeComponent()
C#
public void SaveChanges()
C#
public void SetAllValuesToDefault()