Skip to main content

TreeMapStyle Members

The tree map appearance settings storage.

Constructors

Name Description
TreeMapStyle() Initializes a new instance of the TreeMapStyle class with the default settings.

Fields

Name Description
GroupBackgroundProperty static Identifies the TreeMapStyle.GroupBackground dependency property.
GroupBorderBrushProperty static Identifies the TreeMapStyle.GroupBorderBrush dependency property.
GroupFontFamilyProperty static Identifies the GroupFontFamily dependency property.
GroupFontSizeProperty static Identifies the TreeMapStyle.GroupFontSize dependency property.
GroupFontStyleProperty static Identifies the GroupFontStyle dependency property.
GroupFontWeightProperty static Identifies the TreeMapStyle.GroupFontWeight dependency property.
GroupForegroundProperty static Identifies the TreeMapStyle.GroupForeground dependency property.
LeafFontFamilyProperty static Identifies the LeafFontFamily dependency property.
LeafFontSizeProperty static Identifies the LeafFontSize dependency property.
LeafFontStyleProperty static Identifies the LeafFontStyle dependency property.
LeafFontWeightProperty static Identifies the LeafFontWeight dependency property.
SubGroupBackgroundProperty static Identifies the TreeMapStyle.SubGroupBackground dependency property.
SubGroupFontSizeProperty static Identifies the TreeMapStyle.SubGroupFontSize dependency property.
SubGroupFontWeightProperty static Identifies the TreeMapStyle.SubGroupFontWeight dependency property.
SubGroupForegroundProperty static Identifies the TreeMapStyle.SubGroupForeground dependency property.
ToolTipBackgroundProperty static Identifies the ToolTipBackground dependency property.
ToolTipFontSizeProperty static Identifies the ToolTipFontSize dependency property.
ToolTipFontWeightProperty static Identifies the ToolTipFontWeight dependency property.
ToolTipForegroundProperty static Identifies the ToolTipForeground dependency property.

Properties

Name Description
GroupBackground Gets or sets the group background brush.
GroupBorderBrush Gets or sets the group border brush.
GroupFontFamily Gets or sets the font family for group headers.
GroupFontSize Gets or sets the group font size.
GroupFontStyle Gets or sets the font style for group headers.
GroupFontWeight Gets or sets the group font weight.
GroupForeground Gets or sets the group foreground brush.
LeafFontFamily Gets or sets the font family for leaf items.
LeafFontSize Gets or sets the font size of leaf items.
LeafFontStyle Gets or sets the font style for leaf items.
LeafFontWeight Gets or sets the font weight for leaf items.
SubGroupBackground Gets or sets the subgroup foreground brush.
SubGroupFontSize Gets or sets the subgroup font size.
SubGroupFontWeight Gets or sets the subgroup font weight.
SubGroupForeground Gets or sets the subgroup foreground.
ToolTipBackground
ToolTipFontSize
ToolTipFontWeight
ToolTipForeground
See Also