InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputImage Class / ImageScaling Property

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