InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / ImageSize Property

In This Topic
    ImageSize Property (InputButton)
    In This Topic
    Gets or sets the size of the image that will be displayed on the button.
    Syntax
    'Declaration
     
    Public Property ImageSize As Size
    public Size ImageSize {get; set;}
    See Also