ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPinAlignment Enumeration




In This Topic
    ImGearARTPinAlignment Enumeration
    In This Topic
    Specifies an alignment of the pin icon.
    Syntax
    'Declaration
     
    Public Enum ImGearARTPinAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTPinAlignment
    public enum ImGearARTPinAlignment : System.Enum 
    __value public enum ImGearARTPinAlignment : public System.Enum 
    public enum class ImGearARTPinAlignment : public System.Enum 
    Members
    MemberValueDescription
    LEFT_BOTTOM1Left bottom alignment.
    LEFT_TOP0Left top alignment.
    RIGHT_BOTTOM3Right bottom alignment.
    RIGHT_BOTTON3Right bottom alignment.
    RIGHT_TOP2Right top alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTPinAlignment

    See Also