Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

File metadata and controls

23 lines (16 loc) · 1.09 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Media.TileBrush
winrt class

Microsoft.UI.Xaml.Media.TileBrush

-description

Base class that describes a way to paint a region. Parent of ImageBrush.

-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.

-examples

-see-also

Brush, ImageBrush, WebViewBrush, XAML brushes