DesktopPopupSiteBridge.AnchoringBehavior Property

Definition

public:
 property PopupAnchor AnchoringBehavior { PopupAnchor get(); void set(PopupAnchor value); };
PopupAnchor AnchoringBehavior();

void AnchoringBehavior(PopupAnchor value);
public PopupAnchor AnchoringBehavior { get; set; }
var popupAnchor = desktopPopupSiteBridge.anchoringBehavior;
desktopPopupSiteBridge.anchoringBehavior = popupAnchor;
Public Property AnchoringBehavior As PopupAnchor

Property Value

Applies to