[Home] [By Thread] [By Date] [Recent Entries]


mlk@k... (Mike Kozlowski) writes:
>It looks like it does support a separation of style.  Petzold:
>
>----
>  You can also give a name to a particular style and apply that style
only
>  to certain elements. For example, suppose a dialog box has a bunch of
>  radio buttons. You want some of these radio buttons to have a
different
>  size, or color, or whatever. For those, you can assign a named Style:
>
>  <RadioButton Style="{Special}" ...>
>
>  In the following Style declarations, the first style applies to those
>  radio buttons that specify Style equal to "{Special}" and the second
to
>  those radio buttons that don't set the Style property:
>
>  <FlowPanel.Resources>
>    <Style def:Name="Special">
>        <RadioButton .../>
>    </Style>
>    <Style>
>        <RadioButton .../>
>    </Style>
>  </FlowPanel.Resources
>----

Great.  Yet another proprietary vocabulary here.  Thanks, but no thanks.


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member