block_content_color property

block_content_color property

Gets or sets the color of text.

Definition:

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

See Also