Class IgbTreemapNodeStyle
Represents a style to apply to a treemap node.
Inheritance
System.Object
IgbTreemapNodeStyle
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTreemapNodeStyle : BaseRendererElement, JsonSerializable
Constructors
IgbTreemapNodeStyle()
Declaration
public IgbTreemapNodeStyle()
Properties
FadeOpacity
Gets or sets the fade opacity that should be used when highlighting.
Declaration
public double FadeOpacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Fill
Gets or sets the fill color to use for the nodes.
Declaration
public string Fill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the background to use for the header.
Declaration
public string HeaderBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the height to use for the header.
Declaration
public double HeaderHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the background to use for the header when it is hovered.
Declaration
public string HeaderHoverBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the text color to use for the header.
Declaration
public string HeaderHoverTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the bottom margin to use for the labels.
Declaration
public double HeaderLabelBottomMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the left margin to use for the header.
Declaration
public double HeaderLabelLeftMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the right margin to use for the header.
Declaration
public double HeaderLabelRightMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the top margin to use for the header.
Declaration
public double HeaderLabelTopMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the text color to use for the header.
Declaration
public string HeaderTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HighlightingHandled
Gets or sets if highlighting was handled, and whether internal highlighting logic should be skipped.
Declaration
public bool HighlightingHandled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Label
Gets or sets the label to use for the node.
Declaration
public string Label { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LabelBottomMargin
Gets or sets the bottom margin to use for the labels.
Declaration
public double LabelBottomMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LabelHorizontalAlignment
Gets or sets the horizontal alignment to use for the node labels.
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
LabelLeftMargin
Gets or sets the left margin to use for the labels.
Declaration
public double LabelLeftMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LabelRightMargin
Gets or sets the right margin to use for the labels.
Declaration
public double LabelRightMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LabelTopMargin
Gets or sets the top margin to use for the labels.
Declaration
public double LabelTopMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LabelVerticalAlignment
Gets or sets the vertical alignment to use for the node labels.
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
Opacity
Gets or sets the opacity to use for the node.
Declaration
public double Opacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Outline
Gets or sets the outline to use for the nodes.
Declaration
public string Outline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StrokeThickness
Gets or sets the stroke thickness to use for the node outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TextColor
Gets or sets the text color to use for the nodes.
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements