category property

category property

Gets or sets the descriptive text for the type of drawing, such as flowchart or office layout. This text can also be entered in the Microsoft Visio user interface in the Category box in the Properties dialog box.

Definition:

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

See Also