Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyleInfo Class / TextEffect Property


In This Topic
TextEffect Property (CalculatorButtonStyleInfo)
In This Topic
Gets or sets the text drawing effect.
Syntax
'Declaration
 
Public Property TextEffect As TextEffect
 
'Usage
 
Dim instance As CalculatorButtonStyleInfo
Dim value As TextEffect
 
instance.TextEffect = value
 
value = instance.TextEffect

Property Value

One of the TextEffect values.
See Also