MediaOverlay.Position Property
Definition
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.
Gets the position of the overlay.
public:
property Rect Position { Rect get(); void set(Rect value); };
Rect Position();
void Position(Rect value);
public Rect Position { get; set; }
var rect = mediaOverlay.position;
mediaOverlay.position = rect;
Public Property Position As Rect
Property Value
The position of the overlay.