4.932 TileBrush

x:Object > DependencyObject > Freezable > Animatable > Brush > TileBrush
TileBrush
DrawingBrush ImageBrush VisualBrush
(usage)
<TileBrush> string </TileBrush>
(description)
Describes a way to paint a region by using one or more tiles.
[is default constructible]
false
[text syntax]
BrushSyntax
(properties)
AlignmentX
AlignmentX
(description)
The horizontal alignment of content in the TileBrush base tile.
AlignmentY
AlignmentY
(description)
The vertical alignment of content in the TileBrush base tile.
Stretch
Stretch
(description)
A value that specifies how the content of this TileBrush stretches to fit its tiles.
TileMode
TileMode
(description)
A value that specifies how a TileBrush fills the area that you are painting if the base tile is smaller than the output area.
Viewbox
Rect
(description)
The position and dimensions of the content in a TileBrush tile.
ViewboxUnits
BrushMappingMode
(description)
A value that specifies whether the Viewbox value is relative to the bounding box of the TileBrush contents or whether the value is absolute.
Viewport
Rect
(description)
The position and dimensions of the base tile for a TileBrush.
ViewportUnits
BrushMappingMode
(description)
A BrushMappingMode enumeration that specifies whether the value of the Viewport, which indicates the size and position of the TileBrush base tile, is relative to the size of the output area.