ImageBrush Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ImageBrush type exposes the following members.
| Name | Description | |
|---|---|---|
|
AlignmentX | Gets or sets the horizontal alignment of content in the TileBrush base tile. (Inherited from TileBrush.) |
|
AlignmentY | Gets or sets the vertical alignment of content in the TileBrush base tile. (Inherited from TileBrush.) |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
ImageSource | Gets or sets the image displayed by this ImageBrush. |
|
Opacity | Gets or sets the degree of opacity of a Brush. (Inherited from Brush.) |
|
RelativeTransform | Gets or sets the transformation that is applied to the brush using relative coordinates. (Inherited from Brush.) |
|
Stretch | Gets or sets a value that specifies how the content of this TileBrush stretches to fit its tiles. (Inherited from TileBrush.) |
|
Transform | Gets or sets the transformation that is applied to the brush. (Inherited from Brush.) |
Show: