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




In This Topic
    Fired Property
    In This Topic
    Gets or sets flag if flash has fired.
    Syntax
    'Declaration
     
    Public Property Fired As ImGearXMPBoolean
    'Usage
     
    Dim instance As ImGearXMPFlash
    Dim value As ImGearXMPBoolean
     
    instance.Fired = value
     
    value = instance.Fired
    public ImGearXMPBoolean Fired {get; set;}
    public: __property ImGearXMPBoolean* get_Fired();
    public: __property void set_Fired( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ Fired {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBoolean class value.
    See Also