Class PropertyGridAdapterFont
Helper class for using Font properties in the PropertyGrid.
public class PropertyGridAdapterFont : PropertyGridAdapterGeneric
- Inheritance
-
PropertyGridAdapterFont
Properties
- FontNameChoices
Gets all installed Font names as IPropertyGridChoices
- NameAsIndex
Gets or sets font name as index in FontNameChoices.
- SizeInPoints
Gets the em-size, in points, of this Font.
- Strikethrough
Gets a value that indicates whether this Font specifies a horizontal line through the font.
- Underlined
Gets a value that indicates whether this Font is underlined.
Methods
- CreateProps(IPropertyGrid)
Creates properties to show in PropertyGrid.
- Load()
Loads instance property value.
- Save()
Updates instance property value.