'Declaration
Public Property ChromaticAberationR As ImGearXMPInteger
'Usage
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
instance.ChromaticAberationR = value
value = instance.ChromaticAberationR
public ImGearXMPInteger ChromaticAberationR {get; set;}
public: __property ImGearXMPInteger* get_ChromaticAberationR();
public: __property void set_ChromaticAberationR(
ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ ChromaticAberationR {
ImGearXMPInteger^ get();
void set ( ImGearXMPInteger^ value);
}