ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImage Class / CropPosition Property

In This Topic
    CropPosition Property
    In This Topic
    Specifies the crop position will use when cropping the image. This property has a meaning only when the ResizeMode property is set to BinaryImageResizeMode.Crop. Default value is BinaryImageCropPosition.Center.
    Syntax
    'Declaration
     
    Public Property CropPosition As ImageCropPosition
    public ImageCropPosition CropPosition {get; set;}
    See Also