ActiveXControlBaseHeight Property |
Gets and sets the height of the control in unit of points.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 21.2.0.0 (21.2.0)
Syntaxpublic virtual double Height { get; set; }
Public Overridable Property Height As Double
Get
Set
public:
virtual property double Height {
double get ();
void set (double value);
}
abstract Height : float with get, set
override Height : float with get, set
Property Value
Type:
Double
See Also