Browse Source

Add PlacementMode Center in Popup.

pull/400/head
radoslav-radev 11 years ago
parent
commit
f58adf202f
  1. 5
      src/Perspex.Controls/PlacementMode.cs

5
src/Perspex.Controls/PlacementMode.cs

@ -24,5 +24,10 @@ namespace Perspex.Controls
/// The popup is placed at the top right of its target.
/// </summary>
Right,
/// <summary>
/// The popup is placed at the center of its target.
/// </summary>
Center
}
}

Loading…
Cancel
Save