Class
DoubleHorizontalBorder

DoubleHorizontalBorder

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableBorders.DoubleBorder

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DoubleHorizontalBorder : HorizontalTableBorderUIElement, IComponentConnector

Inheritance: objectTableBorderUIElementHorizontalTableBorderUIElementDoubleHorizontalBorder

Implements: IComponentConnector

Inherited Members TableBorderUIElement.VerticalBorderZIndexTableBorderUIElement.HorizontalBorderZIndexTableBorderUIElement.CrossBorderZIndexTableBorderUIElement.IsValid

Constructors

DoubleHorizontalBorder()

Declaration

cs-api-definition
public DoubleHorizontalBorder()

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

UpdateSize(float, float)

Updates the size of the double horizontal border with the specified width and height.

Declaration

cs-api-definition
public override void UpdateSize(float width, float height)

Parameters

width

float

The width of the double horizontal border.

height

float

The height of the double horizontal border.

Overrides TableBorderUIElement.UpdateSize(float, float)

UpdateUIOverride()

Declaration

cs-api-definition
protected override void UpdateUIOverride()

Overrides TableBorderUIElement.UpdateUIOverride()