Show / Hide Table of Contents

Class IgbOverlayTextUpdatingEventArgs

Represents an event arguments for styling Overlay Text

Inheritance
System.Object
BaseRendererElement
IgbOverlayTextUpdatingEventArgs
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 IgbOverlayTextUpdatingEventArgs : BaseRendererElement, JsonSerializable

Constructors

IgbOverlayTextUpdatingEventArgs()

Declaration
public IgbOverlayTextUpdatingEventArgs()

Properties

Background

Gets or sets background of the overlay text

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

BackgroundMode

Gets or sets appearance mode of the overlay text background

Declaration
public AnnotationAppearanceMode BackgroundMode { get; set; }
Property Value
Type Description
AnnotationAppearanceMode

BackgroundShift

Gets or sets appearance shift of the overlay text background

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

BorderMode

Gets or sets appearance mode of the overlay text border

Declaration
public AnnotationAppearanceMode BorderMode { get; set; }
Property Value
Type Description
AnnotationAppearanceMode

BorderRadius

Gets or sets boarder border radius of the overlay text

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

BorderShift

Gets or sets appearance shift of the overlay text border

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

BorderStroke

Gets or sets border stroke of the overlay text

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

BorderThickness

Gets or sets boarder thickness of the overlay text

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

DataIndex

Gets data index associated with the overlay text

Declaration
public int DataIndex { get; set; }
Property Value
Type Description
System.Int32

HorizontalMargin

Gets or sets Horizontal Margin for the overlay text

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

HorizontalPadding

Gets or sets Horizontal Padding for the overlay text

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

ShapeBrush

Gets or sets shape brush associated with the overlay text

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

ShapeOutline

Gets or sets shape outline associated with the overlay text

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

TextAngle

Gets or sets rotation angle of the overlay text

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

TextColor

Gets or sets color of the overlay text

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

TextColorMode

Gets or sets appearance mode of the overlay text color

Declaration
public AnnotationAppearanceMode TextColorMode { get; set; }
Property Value
Type Description
AnnotationAppearanceMode

TextColorShift

Gets or sets appearance shift of the overlay text color

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

TextContent

Gets or sets content of the overlay text

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

TextEmpty

Gets or sets visibility of the overlay text

Declaration
public bool TextEmpty { get; set; }
Property Value
Type Description
System.Boolean

TextLocation

Gets or sets location of the overlay text in relation to shape annotation

Declaration
public OverlayTextLocation TextLocation { get; set; }
Property Value
Type Description
OverlayTextLocation

TextVisible

Gets or sets visibility of the overlay text

Declaration
public bool TextVisible { get; set; }
Property Value
Type Description
System.Boolean

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

VerticalMargin

Gets or sets Vertical Margin for the overlay text

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

VerticalPadding

Gets or sets Vertical Padding for the overlay text

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

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