color proprietà
color proprietà
Ottiene o imposta Color.
Definizione:
@property
def color(self):
...
@color.setter
def color(self, value):
...
Guarda anche
- modulo aspose.cells.drawing
- classe SolidFill
Ottiene o imposta Color.
@property
def color(self):
...
@color.setter
def color(self, value):
...