StrikeThrough isn't an available FontStyle: only Normal, Oblique, or Italic.
Remember that the Checkbox contents can be set to any Xaml you want. You can use a RichEditBox and set the StrikeThrough ITextCharacterFormat.
Something like:
--Rob
Hi,
If you want to set the FontStyle, please try these codes
this->checkbox1->FontStyle=Windows::UI::Text::FontStyle::Italic;
http://msdn.microsoft.com/en-us/library/windows/apps/hh700394.aspx
Best regards, Jesse
Jesse Jiang [MSFT] MSDN Community Support | Feedback to us
Hi rob,
i want set Strike through style for a combobox item ...Is it possible..?
Regards,
Sarath s