InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputImage Class / SizeMode Property

In This Topic
    SizeMode Property (InputImage)
    In This Topic
    Gets or sets how the image is sized to fit within the InputImage component.
    Syntax
    'Declaration
     
    Public Property SizeMode As PictureBoxSizeMode
    public PictureBoxSizeMode SizeMode {get; set;}
    See Also