type property

type property

Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos’s count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added.

Definition:

@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...

See Also