'Declaration
Public Property FrameOverlappingPercentage As ImGearXMPReal
'Usage
Dim instance As ImGearXMPTimeScaleStretch
Dim value As ImGearXMPReal
instance.FrameOverlappingPercentage = value
value = instance.FrameOverlappingPercentage
public ImGearXMPReal FrameOverlappingPercentage {get; set;}
public: __property ImGearXMPReal* get_FrameOverlappingPercentage();
public: __property void set_FrameOverlappingPercentage(
ImGearXMPReal* value
);
public:
property ImGearXMPReal^ FrameOverlappingPercentage {
ImGearXMPReal^ get();
void set ( ImGearXMPReal^ value);
}