menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerShapeLabelSettings - API Reference

    Show / Hide Table of Contents

    Class PdfViewerShapeLabelSettings

    Inheritance
    System.Object
    SfBaseComponent
    PdfViewerShapeLabelSettings
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.PdfViewer
    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 Description
    Microsoft.AspNetCore.Components.RenderFragment

    FillColor

    specifies the fill color of the label.

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

    FontColor

    specifies the border color of the label.

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

    FontFamily

    specifies the max-width of the label.

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

    FontSize

    specifies the font size of the label.

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

    jsProperty

    Declaration
    protected string jsProperty { get; set; }
    Property Value
    Type Description
    System.String

    LabelContent

    specifies the default content of the label.

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

    mainParent

    Declaration
    protected SfBaseComponent mainParent { get; set; }
    Property Value
    Type Description
    SfBaseComponent

    Notes

    specifies the default content of the label.

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

    Opacity

    specifies the opacity of the label.

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

    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
    Type Description
    System.String

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved