top property
top property
Gets or sets the y-coordinate of the top edge of this Rectangle
structure.
Definition:
@property
def top(self):
...
@top.setter
def top(self, value):
...
See Also
- module
aspose.cad
- class
Rectangle
Gets or sets the y-coordinate of the top edge of this Rectangle
structure.
@property
def top(self):
...
@top.setter
def top(self, value):
...
aspose.cad
Rectangle