Class ContentControlsDecorationLayer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ContentControlsDecorationLayer : DecorationUILayerBase, IUILayer
Constructors
ContentControlsDecorationLayer()
Declaration
public ContentControlsDecorationLayer()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Methods
CreateUIElement(ContentControlState)
Declaration
public UIElement CreateUIElement(ContentControlState state)
Parameters
ContentControlState
state
|
Returns
System.Windows.UIElement
|
UpdateUIViewPortOverride(UILayerUpdateContext)
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|