color property
color property
Gets or sets color of solid brush.
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
groupdocs.signature.domain.extensions
- class
SolidBrush
Gets or sets color of solid brush.
@property
def color(self):
...
@color.setter
def color(self, value):
...
groupdocs.signature.domain.extensions
SolidBrush