Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestInformation Class / ViewportInfo Property


In This Topic
    ViewportInfo Property
    In This Topic
    Gets more detailed hit test information for the viewport.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportInfo As ViewportHitTestInformation
    'Usage
     
    Dim instance As HitTestInformation
    Dim value As ViewportHitTestInformation
     
    value = instance.ViewportInfo
    public ViewportHitTestInformation ViewportInfo {get;}
    See Also