JavaScript API for Silverlight
AlignmentY (ImageBrush)
Gets or sets the vertical alignment of images in the ImageBrush.
XAML
<object AlignmentY="AlignmentY" .../>
JScript
value = object.AlignmentY object.AlignmentY = value
Property Value
Type: AlignmentY
A value of the enumeration that specifies the vertical position of the image.
This property is read/write. The default value is Center.
Managed Equivalent
Remarks
In addition to AlignmentX and AlignmentY, the Stretch property also affects the portion of the source image that will apply to the target region.
Applies To