ImageGear .NET - Updated
Mode Property (ImGearXMPFlash)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPFlash Class : Mode Property
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

Reference

ImGearXMPFlash Class
ImGearXMPFlash Members