Object Model Reference : Classes : S : StructFontProperties : Properties : StructFontProperties.Strikethru |
Property Strikethru As cdrFontLine
Member of StructFontProperties
The Strikethru property returns or specifies the type of line that appears through the sharacters in a text object.
The Strikethru property returns a value of cdrFontLine.
The following VBA example creates a text object and applies a thin double line through it.
Sub Test() |
Dim s As Shape |
Set s = ActiveLayer.CreateArtisticText(4, 5, "A Text String") |
s.Text.FontProperties.Strikethru = cdrDoubleThinFontLine |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.