boundary_annotation property

boundary_annotation property

Gets or sets the boundary annotation.

Definition:

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

See Also