셀의 내부 간격을 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Padding Padding { get; set; } |
Visual Basic |
---|
Public Property Padding As Padding Get Set |
Visual C++ |
---|
public: property Padding Padding { Padding get (); void set (Padding value); } |