CompositeContentShape.Stretch Property

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

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

Syntax

'Declaration
Public Property Stretch As Stretch
'Usage
Dim instance As CompositeContentShape
Dim value As Stretch

value = instance.Stretch

instance.Stretch = value
public Stretch Stretch { get; set; }
public:
virtual property Stretch Stretch {
    Stretch get () sealed;
    void set (Stretch value) sealed;
}
/** @property */
public final Stretch get_Stretch ()

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

public final 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

CompositeContentShape Class
CompositeContentShape Members
Microsoft.Expression.Controls Namespace