Share via


WrapPanel.StretchChild Property

Definition

public:
 property StretchChild StretchChild { StretchChild get(); void set(StretchChild value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
StretchChild StretchChild();

void StretchChild(StretchChild value);
[Windows.Foundation.Metadata.Experimental]
public StretchChild StretchChild { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var stretchChild = wrapPanel.stretchChild;
wrapPanel.stretchChild = stretchChild;
Public Property StretchChild As StretchChild

Property Value

Attributes

Applies to