color property

color property

Returns or sets color of the drawing guide. Read/write aspose.pydrawing.Color.

Definition:

@property
def color(self):
    ...

@color.setter
def color(self, value):
    ...

See Also