DwfWhipEllipsePosition Property |
Gets or sets Center point of ellipse.
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic DwfWhipLogicalPoint Position { get; protected set; }
Public Property Position As DwfWhipLogicalPoint
Get
Protected Set
public:
property DwfWhipLogicalPoint^ Position {
DwfWhipLogicalPoint^ get ();
protected: void set (DwfWhipLogicalPoint^ value);
}
member Position : DwfWhipLogicalPoint with get, set
Property Value
Type:
DwfWhipLogicalPoint
See Also