Spread Windows Forms 12.0 Product Documentation
TextEffect Property (Style)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Style Class : TextEffect Property
Gets or sets the text effect.
Syntax
'Declaration
 
Public Property TextEffect As TextEffect
'Usage
 
Dim instance As Style
Dim value As TextEffect
 
instance.TextEffect = value
 
value = instance.TextEffect
public TextEffect TextEffect {get; set;}

Property Value

The TextEffect value that indicates the text effect.
See Also

Reference

Style Class
Style Members