Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ViewportFloatingObjectHitTestInformation Class / InTopNWSEResize Property


In This Topic
    InTopNWSEResize Property
    In This Topic
    Gets a value that indicates whether to resize the chart shape in the top NWSE area.
    Syntax
    'Declaration
     
    Public ReadOnly Property InTopNWSEResize As Boolean
    'Usage
     
    Dim instance As ViewportFloatingObjectHitTestInformation
    Dim value As Boolean
     
    value = instance.InTopNWSEResize
    public bool InTopNWSEResize {get;}

    Property Value

    true if [in top NWSE resize chart shape]; otherwise, false.
    See Also