Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImageCue.Position Property

Definition

Namespace:
Windows.Media.Core

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 or sets the position of the image associated with the ImageCue, relative to the top left corner of the video frame.

public:
 property TimedTextPoint Position { TimedTextPoint get(); void set(TimedTextPoint value); };
TimedTextPoint Position();

void Position(TimedTextPoint value);
public TimedTextPoint Position { get; set; }
var timedTextPoint = imageCue.position;
imageCue.position = timedTextPoint;
Public Property Position As TimedTextPoint

Property Value

The position of the image associated with the ImageCue

Applies to


Feedback

Was this page helpful?