GeonBit.UI Documentation
| FontStyle Enumeration |
Font styles.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public enum FontStyle
Members| Member name | Value | Description | |
|---|---|---|---|
| Regular | 0 | Regular font. | |
| Bold | 1 | Bold font. | |
| Italic | 2 | Italic font. |
See Also