'Declaration Public Property Orientation As ImGearXMPEnum(Of ImGearTIFFOrientation)
'Usage Dim instance As ImGearTIFFXMPMetadata Dim value As ImGearXMPEnum(Of ImGearTIFFOrientation) instance.Orientation = value value = instance.Orientation
public ImGearXMPEnum<ImGearTIFFOrientation> Orientation {get; set;}
public: __property ImGearXMPEnum<ImGearTIFFOrientation>* get_Orientation(); public: __property void set_Orientation( ImGearXMPEnum<ImGearTIFFOrientation>* value );
public: property ImGearXMPEnum<ImGearTIFFOrientation>^ Orientation { ImGearXMPEnum<ImGearTIFFOrientation>^ get(); void set ( ImGearXMPEnum<ImGearTIFFOrientation>^ value); }