align property

align property

The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.

Definition:

@property
def align(self):
    ...
@align.setter
def align(self, value):
    ...

See Also