Interface IFontElement
Interface for Forms9Patch elements with Fonts.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface IFontElement
Properties
FontAttributes
Gets the font attributes.
Declaration
FontAttributes FontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes. |
FontFamily
Gets the font family.
Declaration
string FontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family. |
FontSize
Gets the size of the font.
Declaration
double FontSize { get; }
Property Value
Type | Description |
---|---|
Double | The size of the font. |