InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputGroupHeader Class / ImageSize Property

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