Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / SymbolDirection Property


In This Topic
    SymbolDirection Property (SymbolButton)
    In This Topic
    Gets or sets the direction of the symbol.
    Syntax
    'Declaration
     
    
    Public Property SymbolDirection As SymbolDirection
    'Usage
     
    
    Dim instance As SymbolButton
    Dim value As SymbolDirection
     
    instance.SymbolDirection = value
     
    value = instance.SymbolDirection
    public SymbolDirection SymbolDirection {get; set;}

    Property Value

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