width property

width property

Gets and sets the default width value for this taskpane instance.

Definition:

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

See Also