Class PdfViewerShapeLabelSettings
Inheritance
System.Object
PdfViewerShapeLabelSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerShapeLabelSettings : SfBaseComponent
Constructors
PdfViewerShapeLabelSettings()
Declaration
public PdfViewerShapeLabelSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
FillColor
specifies the fill color of the label.
Declaration
public string FillColor { get; set; }
Property Value
FontColor
specifies the border color of the label.
Declaration
public string FontColor { get; set; }
Property Value
FontFamily
specifies the max-width of the label.
Declaration
public string FontFamily { get; set; }
Property Value
FontSize
specifies the font size of the label.
Declaration
public int FontSize { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
LabelContent
specifies the default content of the label.
Declaration
public string LabelContent { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Notes
specifies the default content of the label.
Declaration
public string Notes { get; set; }
Property Value
Opacity
specifies the opacity of the label.
Declaration
public double Opacity { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |