Represents a layer that handles the decoration of content controls in the Telerik UI. This layer is responsible for rendering visual elements that enhance the user interface experience for content controls, such as borders, shadows, and other graphical enhancements.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ContentControlsDecorationLayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseContentControlsDecorationLayer
Implements:
Inherited Members
Constructors
public ContentControlsDecorationLayer()
Properties
Methods
CreateUIElement(ContentControlState)
UIElement
Creates a UI element representation for a specified content control state.
public UIElement CreateUIElement(ContentControlState state)
The state of the content control for which the UI element is being created.
Returns:UIElement
The created UI element that corresponds to the given content control state.
Updates the user interface viewport override for the content controls decoration layer.
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context that provides information about the update operation.
Overrides: