'Declaration Public Property ImageRotation As Nullable(Of ImGearIPTCImageRotation)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCImageRotation) instance.ImageRotation = value value = instance.ImageRotation
public Nullable<ImGearIPTCImageRotation> ImageRotation {get; set;}
public: __property Nullable<ImGearIPTCImageRotation> get_ImageRotation(); public: __property void set_ImageRotation( Nullable<ImGearIPTCImageRotation> value );
public: property Nullable<ImGearIPTCImageRotation> ImageRotation { Nullable<ImGearIPTCImageRotation> get(); void set ( Nullable<ImGearIPTCImageRotation> value); }