Class
DoubleCrossBorder

DoubleCrossBorder

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DoubleCrossBorder : CrossTableBorderUIElement, IComponentConnector

Inheritance: objectTableBorderUIElementCrossTableBorderUIElementDoubleCrossBorder

Implements: IComponentConnector

Inherited Members TableBorderUIElement.VerticalBorderZIndexTableBorderUIElement.HorizontalBorderZIndexTableBorderUIElement.CrossBorderZIndexTableBorderUIElement.IsValid

Constructors

DoubleCrossBorder()

Declaration

cs-api-definition
public DoubleCrossBorder()

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

UpdateSize(float, float)

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

Declaration

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

Parameters

width

float

The new width of the double cross border.

height

float

The new height of the double cross border.

Overrides TableBorderUIElement.UpdateSize(float, float)

UpdateUIOverride()

Declaration

cs-api-definition
protected override void UpdateUIOverride()

Overrides TableBorderUIElement.UpdateUIOverride()