| Font {Microsoft.VisualBasic.Imaging} |
.NET clr documentation |
Font
Description
Declare
# namespace Microsoft.VisualBasic.Imaging
export class Font {
# Gets a value indicating whether this font is bold.
Bold: boolean;
Height: double;
# Gets a value indicating whether this font is italic.
Italic: boolean;
Name: string;
Size: double;
SizeInPoints: double;
# Gets a value indicating whether this font is struck out.
Strikeout: boolean;
Style: FontStyle;
# Gets a value indicating whether this font is underlined.
Underline: boolean;
Unit: GraphicsUnit;
}
.NET clr type reference tree
- use by property member
Style: FontStyle
- use by property member
Unit: GraphicsUnit
[Package
{$package} version {$version}
Index]