AlignmentX Property (ImageBrush)
Gets or sets the horizontal alignment of images in the ImageBrush.
XAML |
<object AlignmentX="AlignmentX" .../>
|
Scripting |
value = object.AlignmentX object.AlignmentX = value |
Property Value
A value that specifies the horizontal position of the image when applied to the brush.
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 image will apply to the target region.