ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearBackground Interface / Mode Property




In This Topic
    Mode Property (IImGearBackground)
    In This Topic
    Gets or sets a background drawing mode.
    Syntax
    'Declaration
     
    Property Mode As ImGearBackgroundModes
    'Usage
     
    Dim instance As IImGearBackground
    Dim value As ImGearBackgroundModes
     
    instance.Mode = value
     
    value = instance.Mode
    ImGearBackgroundModes Mode {get; set;}
    __property ImGearBackgroundModes get_Mode();
    __property void set_Mode( 
       ImGearBackgroundModes value
    );
    property ImGearBackgroundModes Mode {
       ImGearBackgroundModes get();
       void set (    ImGearBackgroundModes value);
    }

    Property Value

    See Also