Describes the different units of a C1Length

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

Syntax

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

Members

Member nameDescription
Auto Automatic length.
Pixel Pixel length.
Percent Percentage length.

See Also