AlignmentY Property (VideoBrush)

Gets or sets the vertical alignment of the video from the VideoBrush.

XAML
<object AlignmentY="AlignmentY" .../>
Scripting
value = object.AlignmentY
object.AlignmentY = value

Property Value

AlignmentY

A value that specifies the vertical position of the video.

This property is read/write. The default value is Center.

Remarks

In addition to AlignmentX and AlignmentY, Stretch also affects which portion of the source will apply to the target region.

Applies To

VideoBrush

See Also

Silverlight Brushes Overview
Silverlight VideoBrush Overview