ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImage Class / FitMode Property




In This Topic
    FitMode Property (ImGearARTImage)
    In This Topic
    Gets or sets the fitting mode of the image.
    Syntax
    'Declaration
     
    Public Property FitMode As ImGearFitModes
    'Usage
     
    Dim instance As ImGearARTImage
    Dim value As ImGearFitModes
     
    instance.FitMode = value
     
    value = instance.FitMode
    public ImGearFitModes FitMode {get; set;}
    public: __property ImGearFitModes get_FitMode();
    public: __property void set_FitMode( 
       ImGearFitModes value
    );
    public:
    property ImGearFitModes FitMode {
       ImGearFitModes get();
       void set (    ImGearFitModes value);
    }

    Property Value

    ImageGear.Display.ImGearFitModes enumeration value.
    Remarks
    The default value is ImGearFitModes.FIT_TO_DEVICE.
    See Also