leader_line_color property

leader_line_color property

Gets or sets the color of the leader line.

Definition:

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

See Also