caption fastighet

caption fastighet

Returnerar eller ställer in caption för den angivna tidslinjen.

Exempel


# Set the caption of the specified Timeline.
timelineObj.caption = "timeline caption test"

Definition:

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

Se även