InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputButton Class / ImageScaling Property

In This Topic
    ImageScaling Property (InputButton)
    In This Topic
    Gets or sets how the image will be scaled to fit within the bounds specified by the ImageSize property.
    Syntax
    'Declaration
     
    Public Property ImageScaling As InputImageScaling
    public InputImageScaling ImageScaling {get; set;}
    See Also