Defines whether a GridSpacingCompensationConverter should calculate
margin or padding values.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum ThicknessUsage |
| Visual Basic (Declaration) |
|---|
Public Enumeration ThicknessUsage |
Members
| Member name | Description | |
|---|---|---|
| Margin |
The converter should calculate margin values.
| |
| Padding |
The converter should calculate padding values.
|