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


In This Topic
    InMoving Property
    In This Topic
    Gets a value that indicates whether the chart shape is being moved.
    Syntax
    'Declaration
     
    Public ReadOnly Property InMoving As Boolean
    'Usage
     
    Dim instance As ViewportFloatingObjectHitTestInformation
    Dim value As Boolean
     
    value = instance.InMoving
    public bool InMoving {get;}

    Property Value

    true if [in moving chart shape]; otherwise, false.
    See Also