Hello, in WPF, you can use ImageBrush.TileMode property to achieve the similar effects of repeat-x/y (this property is actually for all TileBrushes). But currently this property is not included in Silverlight.
↧
Hello, in WPF, you can use ImageBrush.TileMode property to achieve the similar effects of repeat-x/y (this property is actually for all TileBrushes). But currently this property is not included in Silverlight.