CalendarView for WinForms
Height プロパティ (FontBuilder)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > FontBuilder クラス : Height プロパティ
Get or set the height, in logical units, of the font's character cell or character. The character height value (also known as the em height) is the character cell height value minus the internal-leading value.
シンタックス
'宣言
 
Public Property Height As System.Integer
public System.int Height {get; set;}

プロパティ値

An int indicate the height

if value larger than zero, the font mapper transforms this value into device units and matches it against the cell height of the available fonts.

if value equal zero, the font mapper uses a default height value when it searches for a match.

if value less than zero, the font mapper transforms this value into device units and matches its absolute value against the character height of the available fonts.

参照

FontBuilder クラス
FontBuilder メンバ