Share via


IShape.Stretch Property

Gets or sets a Stretch enumeration value that describes how the shape fills its allocated space.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Property Stretch As Stretch
'Usage
Dim instance As IShape
Dim value As Stretch

value = instance.Stretch

instance.Stretch = value
Stretch Stretch { get; set; }
property Stretch Stretch {
    Stretch get ();
    void set (Stretch value);
}
/** @property */
Stretch get_Stretch ()

/** @property */
void set_Stretch (Stretch value)
function get Stretch () : Stretch

function set Stretch (value : Stretch)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace