Spread Windows Forms 12.0 Product Documentation
SymbolDirection Property (SymbolButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SymbolButtonInfo Class : SymbolDirection Property
Gets or sets the direction of the symbol.
Syntax
'Declaration
 
Public Property SymbolDirection As SymbolDirection
'Usage
 
Dim instance As SymbolButtonInfo
Dim value As SymbolDirection
 
instance.SymbolDirection = value
 
value = instance.SymbolDirection
public SymbolDirection SymbolDirection {get; set;}

Property Value

A SymbolButton.SymbolDirection that indicates the direction of the symbol.
See Also

Reference

SymbolButtonInfo Class
SymbolButtonInfo Members