width property

TaskPane.width property

Specifies the default width value for this task pane instance.

@property
def width(self) -> float:
    ...

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

See Also