VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    InteractionAreaType Enumeration
    In This Topic
    Specifies available types of interaction areas.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum InteractionAreaType
       Inherits System.Enum
    
    
    [Flags()]
    public enum InteractionAreaType : System.Enum
    
    
    [Flags()]
    __value public enum InteractionAreaType : public System.Enum
    
    
    [Flags()]
    public enum class InteractionAreaType : public System.Enum
    
    
    Members
    MemberDescription
    NonInteractionAreaDefines an interaction area, which cannot interact with user.
    MovableDefines an interaction area, which starts interaction when mouse is moved.
    ClickableDefines an interaction area, which starts interaction when mouse is clicked.
    HoverDefines an interaction area, which starts interaction when mouse is hovered an area.
    KeyDownDefines an interaction area, which starts interaction when key is down.
    KeyUpDefines an interaction area, which starts interaction when key is up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionAreaType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also