ClassContentControlsDecorationLayer
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
ContentControlsDecorationLayer()
Declaration
public ContentControlsDecorationLayer()
Properties
Methods
CreateUIElement(ContentControlState)
Creates a UI element representation for a specified content control state.
Declaration
public UIElement CreateUIElement(ContentControlState state)
Parameters
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.
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the user interface viewport override for the content controls decoration layer.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The context that provides information about the update operation.
Overrides