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

In This Topic
    ResizeMode Property
    In This Topic
    Specifies the resize mode that BinaryImage will use to resize the image. Default value is BinaryImageResizeMode.None, indicating no resizing will be performed.
    Syntax
    'Declaration
     
    Public Property ResizeMode As ImageResizeMode
    public ImageResizeMode ResizeMode {get; set;}
    See Also