is_checked property
is_checked property
Indicates if the radiobutton is checked or not.
Definition:
@property
def is_checked(self):
...
@is_checked.setter
def is_checked(self, value):
...
See Also
- module
aspose.cells.drawing
- class
RadioButton