'Declaration Public Property FocalPlaneResolutionUnit As Nullable(Of ImGearTIFFResolutionUnit)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of ImGearTIFFResolutionUnit) instance.FocalPlaneResolutionUnit = value value = instance.FocalPlaneResolutionUnit
public Nullable<ImGearTIFFResolutionUnit> FocalPlaneResolutionUnit {get; set;}
public: __property Nullable<ImGearTIFFResolutionUnit> get_FocalPlaneResolutionUnit(); public: __property void set_FocalPlaneResolutionUnit( Nullable<ImGearTIFFResolutionUnit> value );
public: property Nullable<ImGearTIFFResolutionUnit> FocalPlaneResolutionUnit { Nullable<ImGearTIFFResolutionUnit> get(); void set ( Nullable<ImGearTIFFResolutionUnit> value); }