azimuth property

azimuth property

See the azimuth property definition in CSS2.

Definition:

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

See Also