Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Moving Enumeration


In This Topic
    Moving Enumeration
    In This Topic
    Specifies the movement aspects of the object.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum Moving 
       Inherits System.Enum
    'Usage
     
    Dim instance As Moving
    [Flags()]
    public enum Moving : System.Enum 
    Members
    MemberDescription
    HorizontalAllows the user to horizontally move the object
    HorizontalAndVerticalAllows the user to move the object both horizontally and vertically
    NoneDoes not allow user movement
    VerticalAllows the user to vertically move the object
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.Moving

    See Also