This documentation is archived and is not being maintained.
FontUnit Fields
Visual Studio 2010
The FontUnit type exposes the following members.
| Name | Description | |
|---|---|---|
|
Empty | Represents an empty FontUnit object. |
|
Large | Represents a FontUnit object with the Type property set to FontSize.Large. |
|
Larger | Represents a FontUnit object with the Type property set to FontSize.Larger. |
|
Medium | Represents a FontUnit object with the Type property set to FontSize.Medium. |
|
Small | Represents a FontUnit object with the Type property set to FontSize.Small. |
|
Smaller | Represents a FontUnit object with the Type property set to FontSize.Smaller. |
|
XLarge | Represents a FontUnit object with the Type property set to FontSize.XLarge. |
|
XSmall | Represents a FontUnit object with the Type property set to FontSize.XSmall. |
|
XXLarge | Represents a FontUnit object with the Type property set to FontSize.XXLarge. |
|
XXSmall | Represents a FontUnit object with the Type property set to FontSize.XXSmall. |
Show: