Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / InShape Property


In This Topic
    InShape Property
    In This Topic
    Gets whether the location refers to a shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InShape As Boolean
    'Usage
     
    
    Dim instance As ViewportHitTestInformation
    Dim value As Boolean
     
    value = instance.InShape
    public bool InShape {get;}
    See Also