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




In This Topic
    Mode Property (ImGearXMPColorant)
    In This Topic
    Gets or sets the color space in which the color is defined.
    Syntax
    'Declaration
     
    Public Property Mode As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPColorant
    Dim value As ImGearXMPString
     
    instance.Mode = value
     
    value = instance.Mode
    public ImGearXMPString Mode {get; set;}
    public: __property ImGearXMPString* get_Mode();
    public: __property void set_Mode( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Mode {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImGearXMPString class value.
    See Also