Specifies the unit type for Thickness and LocationOffset properties.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public enum C1TextDecorationUnit
Visual Basic
Public Enumeration C1TextDecorationUnit
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameDescription
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.

See Also