Show / Hide Table of Contents

Class IgbTreemapNodeStyle

Represents a style to apply to a treemap node.

Inheritance
System.Object
BaseRendererElement
IgbTreemapNodeStyle
IgbTreemapNodeStyleMapping
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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

HeaderBackground

Gets or sets the background to use for the header.

Declaration
public string HeaderBackground { get; set; }
Property Value
Type Description
System.String

HeaderHeight

Gets or sets the height to use for the header.

Declaration
public double HeaderHeight { get; set; }
Property Value
Type Description
System.Double

HeaderHoverBackground

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

HeaderHoverTextColor

Gets or sets the text color to use for the header.

Declaration
public string HeaderHoverTextColor { get; set; }
Property Value
Type Description
System.String

HeaderLabelBottomMargin

Gets or sets the bottom margin to use for the labels.

Declaration
public double HeaderLabelBottomMargin { get; set; }
Property Value
Type Description
System.Double

HeaderLabelLeftMargin

Gets or sets the left margin to use for the header.

Declaration
public double HeaderLabelLeftMargin { get; set; }
Property Value
Type Description
System.Double

HeaderLabelRightMargin

Gets or sets the right margin to use for the header.

Declaration
public double HeaderLabelRightMargin { get; set; }
Property Value
Type Description
System.Double

HeaderLabelTopMargin

Gets or sets the top margin to use for the header.

Declaration
public double HeaderLabelTopMargin { get; set; }
Property Value
Type Description
System.Double

HeaderTextColor

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
Type Description
HorizontalAlignment

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
Type Description
VerticalAlignment

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
BaseRendererElement.Type

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

Implements

JsonSerializable