Class LinearGaugeFont
Inheritance
System.Object
LinearGaugeFont
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.LinearGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugeFont : EJTagHelper
Constructors
LinearGaugeFont()
Declaration
public LinearGaugeFont()
Properties
Color
Sets and gets the font color for text.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
FontFamily
Sets and gets the font-family for text.
Declaration
[HtmlAttributeName("fontFamily")]
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Sets and gets the style for text.
Declaration
[HtmlAttributeName("fontStyle")]
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
Sets and gets the font weight of the text.
Declaration
[HtmlAttributeName("fontWeight")]
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Opacity
Sets and gets the opacity of the text.
Declaration
[HtmlAttributeName("opacity")]
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
Size
Sets and gets the size of the font in text.
Declaration
[HtmlAttributeName("size")]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |