Users Pricing

forum

Home Forums Create CheckBox Style from code behind – MindStick

Create CheckBox Style from code behind

Mark Devid 2434 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>

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md