ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPColorant Class : Cyan Property |
'Declaration Public Property Cyan As ImGearXMPReal
'Usage Dim instance As ImGearXMPColorant Dim value As ImGearXMPReal instance.Cyan = value value = instance.Cyan
public ImGearXMPReal Cyan {get; set;}
public: __property ImGearXMPReal* get_Cyan(); public: __property void set_Cyan( ImGearXMPReal* value );
public: property ImGearXMPReal^ Cyan { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }