ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / ImageCropPosition Enumeration

In This Topic
    ImageCropPosition Enumeration
    In This Topic
    The crop position will use when cropping the image.
    Syntax
    'Declaration
     
    Public Enum ImageCropPosition 
       Inherits System.Enum
    public enum ImageCropPosition : System.Enum 
    Members
    MemberDescription
    BottomCrop images from the bottom center.
    CenterCrop images from the center.
    LeftCrop images from the middle left.
    RightCrop images from the middle right.
    TopCrop images from the top center.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1BinaryImage.ImageCropPosition

    See Also