Hey,
I have been trying to set the fontstyle for some of the records to be strikethrough(strikethrough, Strikeout).
<Style x:Key="StrikeThrougStyle" TargetType="{x:Type igDP:DataRecordCellArea}">
<Setter Property="FontStyle" Value="Strikeout" />
</Style>
Strikeout is recognised as a value of FontStyle. Maybe it's some other property that had to be set rather than FontStyle?
How could I get the strikeout/strikethrough font in my records.
Thanks
ferhaad
Hi All,
I have the same problem..How to set Strikeout font style in xamDataGrid ?
Regards, Lello