How do you control the Viewport on a VisualBrush or an ImageBrush in Blend - Unni Ravindranathan \(MS\) |
08-Apr-07 11:33:08
|
We don't expose all the Brush properties in our UI. Viewport on Tile brushes
in an example of such a property. Your only option is to set that in XAML by
hand.
Thanks,
-Unni |
 |
| |
How do you control the Viewport on a VisualBrush or an ImageBrush in Blend - Alexandra |
11-Apr-07 06:14:52
|
Hi Unni,
Thanks for your reply but it also doesn't make sense. What is the point of
creating a Tile brush if the USER (being me) isn't able to Tile the images
in my project? The only tiling actually performed is within the Tile Brush
editor - this is great but is completely irrelevant when it comes to the
interface that I am creating.
Thanks,
Alexandra |
 |
| |
How do you control the Viewport on a VisualBrush or an ImageBrush in Blend - Unni Ravindranathan \(MS\) |
17-Apr-07 04:55:58
|
My apologies - there are a few properties that we allow you to configure
like TileMode and Stretch. We just have not enabled all the properties of a
TileBrush in v1.
You should still be able to create and apply a TileBrush (for example,
ImageBrush or VisualBrush) in Blend. You just cannot control it with the
precision you can do in WPF.
Thanks,
-Unni |
 |
| |