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.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also