스타일을 가져옵니다.

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

Syntax

C#
public Style Style { get; set; }
Visual Basic
Public Property Style As Style
	Get
	Set
Visual C++
public:
property Style^ Style {
	Style^ get ();
	void set (Style^ value);
}

See Also