Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeMapItemStyle(Color, Color, Font, Padding, Color) Constructor

Initializes a new instance of the TreeMapItemStyle with the specified parameters.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public TreeMapItemStyle(
    Color fill,
    Color textColor,
    Font font,
    Padding padding,
    Color borderColor
)

Parameters

Name Type Description
fill Color

The background color of a styled item.

textColor Color

The text color of a styled item.

font Font

The font of a styled item.

padding Padding

The padding of a styled item.

borderColor Color

The border color of a styled item.

See Also