TileBrush
TileBrush
TileBrush
TileBrush
Class
Definition
Base class that describes a way to paint a region. Parent of ImageBrush.
public : class TileBrush : Brush, ITileBrushpublic class TileBrush : Brush, ITileBrushPublic Class TileBrush Inherits Brush Implements ITileBrush// This API is not available in Javascript.
- Inheritance
-
TileBrushTileBrushTileBrushTileBrush
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Remarks
TileBrush derived classes
TileBrush is the parent class for ImageBrush and WebViewBrush. The Windows Runtime XAML vocabulary doesn't support VideoBrush. If you're porting Microsoft Silverlight XAML, WebViewBrush approximately replaces WebBrowserBrush, but be aware that there are "airspace" improvements regarding WebView render behavior that may obviate the need for a brush that draws HTML content.
Constructors
Properties
AlignmentX AlignmentX AlignmentX AlignmentX
Gets or sets the horizontal alignment of content in the TileBrush base tile.
public : AlignmentX AlignmentX { get; set; }public AlignmentX AlignmentX { get; set; }Public ReadWrite Property AlignmentX As AlignmentX// This API is not available in Javascript.
<brush AlignmentX="Left"/>
-or-
<brush AlignmentX="Center"/>
-or-
<brush AlignmentX="Right"/>
A value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.
AlignmentXProperty AlignmentXProperty AlignmentXProperty AlignmentXProperty
Identifies the AlignmentX dependency property.
public : static DependencyProperty AlignmentXProperty { get; }public static DependencyProperty AlignmentXProperty { get; }Public Static ReadOnly Property AlignmentXProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the AlignmentX dependency property.
AlignmentY AlignmentY AlignmentY AlignmentY
Gets or sets the vertical alignment of content in the TileBrush base tile.
public : AlignmentY AlignmentY { get; set; }public AlignmentY AlignmentY { get; set; }Public ReadWrite Property AlignmentY As AlignmentY// This API is not available in Javascript.
<brush AlignmentY="Top"/>
-or-
<brush AlignmentY="Center"/>
-or-
<brush AlignmentY="Bottom"/>
A value that specifies the vertical position of TileBrush content in its base tile. The default value is Center.
AlignmentYProperty AlignmentYProperty AlignmentYProperty AlignmentYProperty
Identifies the AlignmentY dependency property.
public : static DependencyProperty AlignmentYProperty { get; }public static DependencyProperty AlignmentYProperty { get; }Public Static ReadOnly Property AlignmentYProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the AlignmentY dependency property.
Stretch Stretch Stretch Stretch
Gets or sets a value that specifies how the content of this TileBrush stretches to fit its tiles.
public : Stretch Stretch { get; set; }public Stretch Stretch { get; set; }Public ReadWrite Property Stretch As Stretch// This API is not available in Javascript.
<brush Stretch="stretchMemberName"/>
StretchProperty StretchProperty StretchProperty StretchProperty
Identifies the Stretch dependency property.
public : static DependencyProperty StretchProperty { get; }public static DependencyProperty StretchProperty { get; }Public Static ReadOnly Property StretchProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the Stretch dependency property.