Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class / About Property


In This Topic
    About Property (CanvasBase)
    In This Topic
    Displays information about the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property About As Object
    'Usage
     
    
    Dim instance As CanvasBase
    Dim value As Object
     
    instance.About = value
     
    value = instance.About
    public virtual object About {get; set;}
    See Also