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


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

    Property Value

    true if [in left WE resize chart shape]; otherwise, false.
    See Also