Gets or sets whether the thickness is for use as a margin (expanding a Border over the space reserved by the grid) or as padding (realigning content to unbordered layouts).

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ThicknessUsage Usage { get; set; }
Visual Basic (Declaration)
Public Property Usage As ThicknessUsage

See Also