shadow property
shadow property
Indicates whether the combobox has 3-D shading.
Definition:
@property
def shadow(self):
    ...
@shadow.setter
def shadow(self, value):
    ...
See Also
- module aspose.cells.drawing
- class RadioButton
Indicates whether the combobox has 3-D shading.
@property
def shadow(self):
    ...
@shadow.setter
def shadow(self, value):
    ...
aspose.cells.drawingRadioButton