Class BordersUILayer
Inheritance
System.Object
BordersUILayer
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class BordersUILayer : Object, IUILayer
Constructors
BordersUILayer()
Declaration
public BordersUILayer()
Fields
container
Declaration
public Canvas container
Field Value
System.Windows.Controls.Canvas
|
Properties
CurrentUpdateContext
Declaration
protected UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Implements
Name
Declaration
public virtual string Name { get; }
Property Value
System.String
|
Implements
ProvidersEnumerable
Declaration
public virtual IEnumerable<LayoutBox> ProvidersEnumerable { get; }
Property Value
System.Collections.Generic.IEnumerable<LayoutBox>
|
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
System.Boolean
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Implements
UIRegistry
Methods
AddChild(TableBorderUIElement)
Declaration
public void AddChild(TableBorderUIElement uiElement)
Parameters
TableBorderUIElement
uiElement
|
ArrangeChildren()
ClearChildren()
GetLayerUIElement()
Declaration
public UIElement GetLayerUIElement()
Returns
System.Windows.UIElement
|
Implements
RemoveChild(TableBorderUIElement)
Declaration
public void RemoveChild(TableBorderUIElement existingElement)
Parameters
TableBorderUIElement
existingElement
|
UpdateUI()
Declaration
protected virtual void UpdateUI()
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|