Previous Document Next Document
StructFontProperties.Strikethru

Property Strikethru As cdrFontLine

Member of StructFontProperties

The Strikethru property returns or sets the type of line that appears through text.

The Strikethru property returns a value of cdrFontLine.

The following code example creates a text object and applies a thin double line through the text:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.