WrapPanel.StretchChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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