Specifies the font width.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic DoubleValue FontScale { get; set; }Public Property FontScale As DoubleValue
Get
Set
public:
property DoubleValue^ FontScale {
DoubleValue^ get ();
void set (DoubleValue^ value);
}member FontScale : DoubleValue with get, set
Property Value
Type:
DoubleValue
See Also