Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / Transparent Field


In This Topic
    Transparent Field (HitTestInfo)
    In This Topic
    Indicates that the position doesn't belong to the object.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Transparent As HitTestInfo
    'Usage
     
    Dim value As HitTestInfo
     
    value = HitTestInfo.Transparent
    public static readonly HitTestInfo Transparent
    See Also