color property
color property
Gets or sets the border color of signature.
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
groupdocs.signature.domain
- class
Border
Gets or sets the border color of signature.
@property
def color(self):
...
@color.setter
def color(self, value):
...
groupdocs.signature.domain
Border