Represents a style to apply to a treemap node.

Inheritance

Classes that extend this class.

Derived Classes
Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbTreemapNodeStyle()

Returns IgbTreemapNodeStyle

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }

Gets or sets the fade opacity that should be used when highlighting.

[Parameter]
public double FadeOpacity { get; set; }

Gets or sets the fill color to use for the nodes.

[Parameter]
public string Fill { get; set; }

Gets or sets the background to use for the header.

[Parameter]
public string HeaderBackground { get; set; }

Gets or sets the height to use for the header.

[Parameter]
public double HeaderHeight { get; set; }

Gets or sets the background to use for the header when it is hovered.

[Parameter]
public string HeaderHoverBackground { get; set; }

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

[Parameter]
public string HeaderHoverTextColor { get; set; }

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

[Parameter]
public double HeaderLabelBottomMargin { get; set; }

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

[Parameter]
public double HeaderLabelLeftMargin { get; set; }

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

[Parameter]
public double HeaderLabelRightMargin { get; set; }

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

[Parameter]
public double HeaderLabelTopMargin { get; set; }

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

[Parameter]
public string HeaderTextColor { get; set; }

Gets or sets if highlighting was handled, and whether internal highlighting logic should be skipped.

[Parameter]
public bool HighlightingHandled { get; set; }

Gets or sets the label to use for the node.

[Parameter]
public string Label { get; set; }

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

[Parameter]
public double LabelBottomMargin { get; set; }

Gets or sets the horizontal alignment to use for the node labels.

[Parameter]
public HorizontalAlignment LabelHorizontalAlignment { get; set; }

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

[Parameter]
public double LabelLeftMargin { get; set; }

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

[Parameter]
public double LabelRightMargin { get; set; }

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

[Parameter]
public double LabelTopMargin { get; set; }

Gets or sets the vertical alignment to use for the node labels.

[Parameter]
public VerticalAlignment LabelVerticalAlignment { get; set; }

Gets or sets the opacity to use for the node.

[Parameter]
public double Opacity { get; set; }

Gets or sets the outline to use for the nodes.

[Parameter]
public string Outline { get; set; }

Gets or sets the stroke thickness to use for the node outline.

[Parameter]
public double StrokeThickness { get; set; }

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

[Parameter]
public string TextColor { get; set; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

protected override void EnsureModulesLoaded()

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any