Specifies the unit type for Thickness and LocationOffset properties.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public enum C1TextDecorationUnit |
Visual Basic |
---|
Public Enumeration C1TextDecorationUnit |
Members
Member name | Description | |
---|---|---|
Pixel | A unit value that is expressed in pixels. | |
Font | A unit value that is relative to the font size of the decorated text. | |
Line | A unit value that is relative to the height of line where the decorated text is. |