FlyoutBase.Target 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.
Gets the element to use as the flyout's placement target.
public:
property FrameworkElement ^ Target { FrameworkElement ^ get(); };
FrameworkElement Target();
public FrameworkElement Target { get; }
var frameworkElement = flyoutBase.target;
Public ReadOnly Property Target As FrameworkElement
<flyoutTarget="flyoutPlacementTarget" />
Property Value
The element to use as the flyout's placement target.