Class IgbOverlayTextUpdatingEventArgs
Represents an event arguments for styling Overlay Text
Inheritance
System.Object
IgbOverlayTextUpdatingEventArgs
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
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
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
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
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
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
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
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
Implements