Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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