Class PdfViewerShapeLabelSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerShapeLabelSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerShapeLabelSettingsBuilder : ControlBuilder
Constructors
PdfViewerShapeLabelSettingsBuilder()
Declaration
public PdfViewerShapeLabelSettingsBuilder()
PdfViewerShapeLabelSettingsBuilder(PdfViewerShapeLabelSettings)
Declaration
public PdfViewerShapeLabelSettingsBuilder(PdfViewerShapeLabelSettings model)
Parameters
Methods
FillColor(String)
specifies the fill color of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder FillColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontColor(String)
specifies the border color of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder FontColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontFamily(String)
specifies the max-width of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontSize(Double)
specifies the font size of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder FontSize(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
LabelContent(String)
specifies the default content of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder LabelContent(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Notes(String)
specifies the default content of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder Notes(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
specifies the opacity of the label.
Declaration
public PdfViewerShapeLabelSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns