comments_area_width property

comments_area_width property

Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).

Remarks

Minimal and default value is 150 .

Definition:

@property
def comments_area_width(self):
    ...

@comments_area_width.setter
def comments_area_width(self, value):
    ...

See Also