개체의 배경색을 가져옵니다.

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

Syntax

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

Return Value

배경색을 나타내는 Color입니다.

See Also