GoJS API
/ to search
    Preparing search index...

    Enumeration Stretch

    This enumeration specifies possible values for GraphObject.stretch.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Default: 1

    Scale the object depending on context, for instance uniformly for a "Circle" figure and non-uniformly for an "Ellipse" figure.

    Fill: 2

    Scale the object in both directions so as to fit exactly in the given bounds; there is no clipping, but the aspect ratio may change, causing the object to appear stretched.

    Horizontal: 5

    Scale the object as much as possible in the x-axis.

    None: 0

    Do not scale the object; there may be clipping in one or both directions if the available dimensions are too small.

    Vertical: 4

    Scale the object as much as possible in the y-axis.