theme_color property

Border.theme_color property

Gets or sets the theme color in the applied color scheme that is associated with this Border object.

@property
def theme_color(self) -> aspose.words.themes.ThemeColor:
    ...

@theme_color.setter
def theme_color(self, value: aspose.words.themes.ThemeColor):
    ...

See Also