TreeMapPadding Properties
Contains padding values for treemap elements.Name | Description |
---|---|
All | Specifies the padding value that is set for all element sides. |
Bottom | Gets or sets the value that specifies the bottom padding in pixels. |
Horizontal | Returns the sum of left and right paddings in pixels. |
Left | Gets or sets the value that specifies the left padding in pixels. |
Right | Gets or sets the value that specifies the right padding in pixels. |
Size | Returns the padding as a Size object. |
Top | Gets or sets the value that specifies the top padding in pixels. |
Vertical | Returns the sum of top and bottom paddings in pixels. |
See Also