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

C#
public 
enum 
PopupPlacementMode

Members

Member name Value Description
Top 0
By default, put the card above the Placement target and align their left edges. If there is no room above, move it below
Left 1
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 2
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

See Also