ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTimeScaleStretch Class : FrameSize Property |
'Declaration Public Property FrameSize As ImGearXMPReal
'Usage Dim instance As ImGearXMPTimeScaleStretch Dim value As ImGearXMPReal instance.FrameSize = value value = instance.FrameSize
public ImGearXMPReal FrameSize {get; set;}
public: __property ImGearXMPReal* get_FrameSize(); public: __property void set_FrameSize( ImGearXMPReal* value );
public: property ImGearXMPReal^ FrameSize { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }