'Declaration Public Property WhitePoint As ImGearXMPSeq(Of ImGearXMPRational)
'Usage Dim instance As ImGearTIFFXMPMetadata Dim value As ImGearXMPSeq(Of ImGearXMPRational) instance.WhitePoint = value value = instance.WhitePoint
public ImGearXMPSeq<ImGearXMPRational> WhitePoint {get; set;}
public: __property ImGearXMPSeq<ImGearXMPRational*>* get_WhitePoint(); public: __property void set_WhitePoint( ImGearXMPSeq<ImGearXMPRational*>* value );
public: property ImGearXMPSeq<ImGearXMPRational^>^ WhitePoint { ImGearXMPSeq<ImGearXMPRational^>^ get(); void set ( ImGearXMPSeq<ImGearXMPRational^>^ value); }