ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / AdornerHandleType Enumeration

In This Topic
    AdornerHandleType Enumeration
    In This Topic
    Defines adorner "hot" point
    Syntax
    'Declaration
     
    Public Enum AdornerHandleType 
       Inherits System.Enum
    public enum AdornerHandleType : System.Enum 
    Members
    MemberDescription
    BottomCenterPoint BottomCenter.
    BottomLeftPoint BottomLeft.
    BottomRightPoint BottomRight.
    MiddleLeftPoint MiddleLeft.
    MiddleRightPoint MiddleRight.
    MovePoint Move.
    NonePoint None.
    PropertiesButtonPoint PropertiesButton.
    RemoveButtonPoint RemoveButton
    RotatePoint Rotate.
    TopCenterPoint TopCenter.
    TopLeftPoint TopLeft.
    TopRightPoint TopRight.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.ViewModel.AdornerHandleType

    See Also