개체의 글꼴을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
Font Font { get; }
Visual Basic
ReadOnly Property Font As Font
	Get
Visual C++
property Font^ Font {
	Font^ get ();
}

Return Value

글꼴색을 나타내는 Font입니다.

See Also