ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPFlash Class / Mode Property




In This Topic
    Mode Property (ImGearXMPFlash)
    In This Topic
    Gets or sets the flash mode.
    Syntax
    'Declaration
     
    Public Property Mode As ImGearXMPEnum(Of ImGearEXIFFlashMode)
    'Usage
     
    Dim instance As ImGearXMPFlash
    Dim value As ImGearXMPEnum(Of ImGearEXIFFlashMode)
     
    instance.Mode = value
     
    value = instance.Mode
    public ImGearXMPEnum<ImGearEXIFFlashMode> Mode {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFFlashMode>* get_Mode();
    public: __property void set_Mode( 
       ImGearXMPEnum<ImGearEXIFFlashMode>* value
    );
    public:
    property ImGearXMPEnum<ImGearEXIFFlashMode>^ Mode {
       ImGearXMPEnum<ImGearEXIFFlashMode>^ get();
       void set (    ImGearXMPEnum<ImGearEXIFFlashMode>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFFlashMode type parameter.
    See Also