DoubleLineDecoration
Class
Represents a double line decoration that can be applied to text.
Definition
Namespace:Telerik.Windows.Documents.UI.TextDecorations.DecorationProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DoubleLineDecoration : IUnderlineUIDecorationProvider, IDecorationUIProvider
Inheritance: objectDoubleLineDecoration
Implements:
Constructors
C#
public DoubleLineDecoration()
Methods
Creates a user interface representation of a double line decoration.
C#
public UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
The rectangle that defines the area where the decoration will be applied.
colorColorThe color of the double line decoration.
Returns:UIElement
A UI element representing the double line decoration.
Implements:
Returns a string representation of the DoubleLineDecoration instance.
C#
public override string ToString()
A string that represents the current DoubleLineDecoration instance.
Overrides: