Show / Hide Table of Contents

Class IgbCalloutRenderStyleUpdatingEventArgs

Inheritance
System.Object
BaseRendererElement
IgbCalloutRenderStyleUpdatingEventArgs
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
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.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 IgbCalloutRenderStyleUpdatingEventArgs : BaseRendererElement, JsonSerializable

Constructors

IgbCalloutRenderStyleUpdatingEventArgs()

Declaration
public IgbCalloutRenderStyleUpdatingEventArgs()

Properties

ActualPosition

Declaration
public CalloutPlacementPositions ActualPosition { get; set; }
Property Value
Type Description
CalloutPlacementPositions

Background

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

BackgroundCorner

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

BadgeBackground

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

BadgeImage

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

BadgeOutline

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

BadgeThickness

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

Height

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

Item

Declaration
public object Item { get; set; }
Property Value
Type Description
System.Object

ItemScript

Provides a means of setting Item in the JavaScript environment.

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

LabelPositionX

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

LabelPositionY

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

LeaderBrush

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

Outline

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

Series

Declaration
public IgbSeries Series { get; set; }
Property Value
Type Description
IgbSeries

StrokeThickness

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

TargetPositionX

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

TargetPositionY

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

TextColor

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

Width

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

XValue

Declaration
public object XValue { get; set; }
Property Value
Type Description
System.Object

XValueScript

Provides a means of setting XValue in the JavaScript environment.

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

YValue

Declaration
public object YValue { get; set; }
Property Value
Type Description
System.Object

YValueScript

Provides a means of setting YValue in the JavaScript environment.

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

Methods

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)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable