Class PdfViewerShapeLabelSettings
Inheritance
System.Object
PdfViewerShapeLabelSettings
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
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 double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LabelContent
specifies the default content of the label.
Declaration
public string LabelContent { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides