public event EventHandler<OverlayControlPositionChangedEventArgs> PositionChanged
Public Event PositionChanged As EventHandler(Of OverlayControlPositionChangedEventArgs)
Event Data
The event handler receives an argument of type OverlayControlPositionChangedEventArgs containing data related to this event. The following OverlayControlPositionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
XPosition | The pixel offset for the left. |
XRatio | The horizontal offset of the control as a percent from 0 (left edge), to 1 (right edge). |
YPosition | The pixel offset for the top. |
YRatio | The vertical offset of the control as a percent from 0 (top edge), to 1 (bottom edge). |
Requirements
Target Platforms: Windows 10, Windows 8.1
See Also