PopupPlacementMode Enum
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.
Reserved for internal use. Specifies the relative position in which to display a popup contact card.
public enum class PopupPlacementMode
public enum PopupPlacementMode
type PopupPlacementMode =
Public Enum PopupPlacementMode
- Inheritance
-
PopupPlacementMode
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 |
Продукт | Версии |
---|---|
Lync Silverlight | latest |
Lync WPF | latest |