Поделиться через


DesktopPopupSiteBridge.AnchoringBehavior Property

Definition

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

void AnchoringBehavior(PopupAnchoringOptions value);
[Windows.Foundation.Metadata.Experimental]
public PopupAnchoringOptions AnchoringBehavior { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var popupAnchoringOptions = desktopPopupSiteBridge.anchoringBehavior;
desktopPopupSiteBridge.anchoringBehavior = popupAnchoringOptions;
Public Property AnchoringBehavior As PopupAnchoringOptions

Property Value

Attributes

Applies to