Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use. Specifies the relative position in which to display a popup contact card.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Enumeration PopupPlacementMode
'Usage
Dim instance As PopupPlacementMode
public enum PopupPlacementMode
Members
| Member name | Description | |
|---|---|---|
| Top | By default, put the card above the Placement target and align their left edges. If there is no room above, move it below | |
| Left | By default, put the card to the left of the Placement target and align their bottom edges. If there is no room left, move it right | |
| LeftAndVerticallyCentered | By default, put the card to the left of the Placement target and align the middle of the card and the [PlacementTarget]. If there is no room left, move it right |