ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1ButtonControl Class / ImageAlign Property

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