Represents data annotation
Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public IgbOverlayTextInfo() Returns IgbOverlayTextInfo
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererElement
protected virtual string ParentTypeName { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } Inherited from: BaseRendererElement
[Parameter]
public string Name { get; set; } Parent
Section titled "Parent"Inherited from: BaseRendererElement
public object Parent { get; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } Background
Section titled "Background"Gets or sets background of the overlay text
[Parameter]
public string Background { get; set; } BackgroundMode
Section titled "BackgroundMode"Gets or sets appearance mode of the overlay text background
[Parameter]
public AnnotationAppearanceMode BackgroundMode { get; set; } BackgroundShift
Section titled "BackgroundShift"Gets or sets appearance shift of the overlay text background
[Parameter]
public double BackgroundShift { get; set; } BorderMode
Section titled "BorderMode"Gets or sets appearance mode of the overlay text border
[Parameter]
public AnnotationAppearanceMode BorderMode { get; set; } BorderRadius
Section titled "BorderRadius"Gets or sets boarder border radius of the overlay text
[Parameter]
public double BorderRadius { get; set; } BorderShift
Section titled "BorderShift"Gets or sets appearance shift of the overlay text border
[Parameter]
public double BorderShift { get; set; } BorderStroke
Section titled "BorderStroke"Gets or sets border stroke of the overlay text
[Parameter]
public string BorderStroke { get; set; } BorderThickness
Section titled "BorderThickness"Gets or sets boarder thickness of the overlay text
[Parameter]
public double BorderThickness { get; set; } HorizontalMargin
Section titled "HorizontalMargin"Gets or sets Horizontal Margin for the overlay text
[Parameter]
public double HorizontalMargin { get; set; } HorizontalPadding
Section titled "HorizontalPadding"Gets or sets Horizontal Padding for the overlay text
[Parameter]
public double HorizontalPadding { get; set; } ShapeBrush
Section titled "ShapeBrush"Gets or sets shape brush associated with the overlay text
[Parameter]
public string ShapeBrush { get; set; } ShapeOutline
Section titled "ShapeOutline"Gets or sets shape outline associated with the overlay text
[Parameter]
public string ShapeOutline { get; set; } TextAngle
Section titled "TextAngle"Gets or sets rotation angle of the overlay text
[Parameter]
public double TextAngle { get; set; } TextColor
Section titled "TextColor"Gets or sets color of the overlay text
[Parameter]
public string TextColor { get; set; } TextColorMode
Section titled "TextColorMode"Gets or sets appearance mode of the overlay text color
[Parameter]
public AnnotationAppearanceMode TextColorMode { get; set; } TextColorShift
Section titled "TextColorShift"Gets or sets appearance shift of the overlay text color
[Parameter]
public double TextColorShift { get; set; } TextContent
Section titled "TextContent"Gets or sets content of the overlay text
[Parameter]
public string TextContent { get; set; } TextLocation
Section titled "TextLocation"Gets or sets location of the overlay text in relation to shape annotation
[Parameter]
public OverlayTextLocation TextLocation { get; set; } TextVisible
Section titled "TextVisible"Gets or sets visibility of the overlay text
[Parameter]
public bool TextVisible { get; set; } public override string Type { get; } VerticalMargin
Section titled "VerticalMargin"Gets or sets Vertical Margin for the overlay text
[Parameter]
public double VerticalMargin { get; set; } VerticalPadding
Section titled "VerticalPadding"Gets or sets Vertical Padding for the overlay text
[Parameter]
public double VerticalPadding { get; set; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererElement
protected virtual void EnsureModulesLoaded() Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"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
IsPropDirty(string)
Section titled "IsPropDirty(string)"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
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"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
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string