InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / ImageAlign Property

In This Topic
    ImageAlign Property (InputDataNavigator)
    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