Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / SymbolPrevious Property


In This Topic
    SymbolPrevious Property
    In This Topic
    Gets or sets previous symbol.
    Syntax
    'Declaration
     
    
    Public Property SymbolPrevious As Integer
    'Usage
     
    
    Dim instance As GeneralFormatter.FpseDecodeParameters
    Dim value As Integer
     
    instance.SymbolPrevious = value
     
    value = instance.SymbolPrevious
    public int SymbolPrevious {get; set;}
    See Also