Class PdfViewerShapeLabelSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PdfViewerShapeLabelSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.AspNetMvc.PdfViewer.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 "#ffffff00" |
FontColor
specifies the font color of the label.
Declaration
public string FontColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "#000" |
FontFamily
specifies the font family of the label.
Declaration
public string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "Helvetica" |
FontSize
specifies the font size of the label.
Declaration
public double FontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 16 |
LabelContent
Specifies the default content of the label.
Declaration
public string LabelContent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "Label" |
Notes
specifies the default content of the label.
Declaration
public string Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
Opacity
specifies the opacity of the label.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |