FlyoutBase.XamlRoot Property

Definition

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);
public XamlRoot XamlRoot { get; set; }
var xamlRoot = flyoutBase.xamlRoot;
flyoutBase.xamlRoot = xamlRoot;
Public Property XamlRoot As XamlRoot

Property Value

The XamlRoot in which this flyout is being viewed. The default is null.

Applies to