FlyoutBase.XamlRoot Property
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.
Gets or sets the XamlRoot in which this flyout is being viewed.
public:
property XamlRoot ^ XamlRoot { XamlRoot ^ get(); void set(XamlRoot ^ value); };
XamlRoot XamlRoot();
void XamlRoot(XamlRoot value);
C#
public XamlRoot XamlRoot { get; set; }
var xamlRoot = flyoutBase.xamlRoot;
flyoutBase.xamlRoot = xamlRoot;
Public Property XamlRoot As XamlRoot
The XamlRoot in which this flyout is being viewed. The default is null.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |