comments_area_color property

comments_area_color property #

Returns or sets the color of comments area (Applies only if comments are displayed on the right).

Remarks #

Default value is Color.SkyBlue .

Definition: #

@property
def comments_area_color(self):
    ...

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

See Also #