title property
title property
Gets or sets a Title that will be displayed in title bar of annotation object.
Definition:
@property
def title(self):
...
@title.setter
def title(self, value):
...
Gets or sets a Title that will be displayed in title bar of annotation object.
@property
def title(self):
...
@title.setter
def title(self, value):
...