Previous Document Next Document

Object Model Reference : Classes : S : StructFontProperties : Properties : StructFontProperties.Strikethru


StructFontProperties.Strikethru

Property Strikethru As cdrFontLine

Description

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.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.