defined_annotation_height property

defined_annotation_height property

Gets or sets the height of the defined annotation.

Definition:

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

See Also