Class PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.TextStyleDescription
Provides an embedded resource description for text style objects.
public class PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.TextStyleDescription : PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.ResourceDescription<TTextStyleType>
- Inheritance
-
PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.ResourceDescription<TTextStyleType>PainterResources<TBrushType, TPenType, TImageType, TImageListType, TTextStyleType>.TextStyleDescription
Constructors
- TextStyleDescription(FontFamily, float, FontStyle, Color)
Initializes a new instance of the
TextStyleDescription
class with specified settings.
Properties
- EmSize
Gets the em-size of the font associated with this text style.
- FamilyName
Gets the FontFamily name associated with this text style.
- ForeColor
Gets the Color associated with this text style.
- Style
Gets the FontStyle associated with this text style.