InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputImage Class / ImageAlign Property

In This Topic
    ImageAlign Property (InputImage)
    In This Topic
    Gets or sets how the image is aligned within the InputImage component.
    Syntax
    'Declaration
     
    Public Property ImageAlign As InputImageAlignment
    public InputImageAlignment ImageAlign {get; set;}
    See Also