ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItem Class / ImageAlign Property

In This Topic
    ImageAlign Property
    In This Topic
    Gets or sets the alignment of the image within the bounds specified by the ImageSize property.
    Syntax
    'Declaration
     
    
    Public Property ImageAlign As InputImageAlignment
    public InputImageAlignment ImageAlign {get; set;}
    Remarks
    The value of this property is only used if ImageScaling = Clip and ImageSize exceeds the original size of the image.
    See Also