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