Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1Label Class / ImageAlign Property

In This Topic
    ImageAlign Property (C1Label)
    In This Topic
    Gets or sets the alignment of the image on the label control.
    Syntax
    'Declaration
     
    
    Public Property ImageAlign As ContentAlignment
    public ContentAlignment ImageAlign {get; set;}
    See Also