Class TableBorderUIElement
Inheritance
System.Object
TableBorderUIElement
Namespace: Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableBorders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableBorderUIElement : UserControl
Constructors
TableBorderUIElement()
Declaration
public TableBorderUIElement()
Fields
CrossBorderZIndex
Declaration
public static readonly int CrossBorderZIndex
Field Value
System.Int32
|
HorizontalBorderZIndex
Declaration
public static readonly int HorizontalBorderZIndex
Field Value
System.Int32
|
VerticalBorderZIndex
Declaration
public static readonly int VerticalBorderZIndex
Field Value
System.Int32
|
Properties
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
Methods
UpdateSize(Single, Single)
Declaration
public virtual void UpdateSize(float width, float height)
Parameters
System.Single
width
|
System.Single
height
|
UpdateUIOverride()
Declaration
protected virtual void UpdateUIOverride()