Sub Test() Dim s As Shape Set s = ActiveLayer.CreateArtisticText(4, 5, "A Text String") s.Text.FontProperties.Strikethru = cdrDoubleThinFontLineEnd Sub