テキストのフォントの高さ [1~]

Namespace: FVIL.GDI
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual int TextFontSize { get; set; }
Visual Basic
Public Overridable Property TextFontSize As Integer
	Get
	Set

Return Value

Type: Int32

テキストのフォントの高さ の取得または設定を行います。

See Also