Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationModeEventArgs Class / DrawingSurface Property


In This Topic
    DrawingSurface Property
    In This Topic
    Gets the drawing surface control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DrawingSurface As Control
    'Usage
     
    
    Dim instance As AnnotationModeEventArgs
    Dim value As Control
     
    value = instance.DrawingSurface
    public Control DrawingSurface {get;}
    See Also