CadPlotSettingsTopSize Property |
Gets or sets the size of the top.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic double TopSize { get; set; }
Public Property TopSize As Double
Get
Set
public:
property double TopSize {
double get ();
void set (double value);
}
member TopSize : float with get, set
Property Value
Type:
Double
The size of the top.
See Also