ClassNoneLineDecoration
Class
Represents a decoration provider that indicates the absence of any line decoration.
Definition
Namespace:Telerik.Windows.Documents.UI.TextDecorations.DecorationProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class NoneLineDecoration : IUnderlineUIDecorationProvider, IDecorationUIProvider
Inheritance: objectNoneLineDecoration
Implements:
Constructors
NoneLineDecoration()
Declaration
cs-api-definition
public NoneLineDecoration()
Methods
CreateDecorationUI(RectangleF, Color)
Creates a user interface representation for the NoneLineDecoration.
Declaration
cs-api-definition
public UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
Parameters
currentRectangle
The rectangular area where the decoration will be applied.
color
Color
The color of the decoration.
Returns
UIElement
A visual representation of the NoneLineDecoration.
Implements