ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTime Class : Scale Property |
'Declaration Public Property Scale As ImGearXMPRational
'Usage Dim instance As ImGearXMPTime Dim value As ImGearXMPRational instance.Scale = value value = instance.Scale
public ImGearXMPRational Scale {get; set;}
public: __property ImGearXMPRational* get_Scale(); public: __property void set_Scale( ImGearXMPRational* value );
public: property ImGearXMPRational^ Scale { ImGearXMPRational^ get(); void set ( ImGearXMPRational^ value); }