menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerShapeLabelSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerShapeLabelSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerShapeLabelSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerShapeLabelSettings : EJTagHelper

    Constructors

    PdfViewerShapeLabelSettings()

    Declaration
    public PdfViewerShapeLabelSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    FillColor

    specifies the fill color of the label.

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

    The default value is null

    FontColor

    specifies the border color of the label.

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

    The default value is null

    FontFamily

    specifies the max-width of the label.

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

    The default value is null

    FontSize

    specifies the font size of the label.

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

    The default value is null

    LabelContent

    specifies the default content of the label.

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

    The default value is null

    Notes

    specifies the default content of the label.

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

    The default value is null

    Opacity

    specifies the opacity of the label.

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

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved