forum

Home / DeveloperSection / Forums / Create CheckBox Style from code behind

Create CheckBox Style from code behind

Mark Devid 2122 25-Jan-2014

How can I create this from code ?

<Style x:Key="CheckBoxStyle" TargetType="{x:Type CheckBox}">
            <SetterProperty="Content">
                <Setter.Value>
                    <TextBlock Foreground="Blue" TextDecorations="Underline" FontWeight="Bold" />
                </Setter.Value>
            </Setter>
        </Style>

c# c# 
Updated on 25-Jan-2014

Can you answer this question?


Answer

1 Answers

Liked By