Specifies the size of the text in the shape's text block.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic DoubleValue Size { get; set; }Public Property Size As DoubleValue
Get
Set
public:
property DoubleValue^ Size {
DoubleValue^ get ();
void set (DoubleValue^ value);
}member Size : DoubleValue with get, set
Property Value
Type:
DoubleValue
See Also