Gets or sets the cell margin.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Thickness CellMargin { get; set; }
Visual Basic
Public Property CellMargin As Thickness
	Get
	Set
Visual C++
public:
property Thickness CellMargin {
	Thickness get ();
	void set (Thickness value);
}
F#
member CellMargin : Thickness with get, set

Property Value

Type: Thickness
The cell margin.

See Also