'Declaration Public Property VideoAlphaMode As ImGearXMPString
'Usage Dim instance As ImGearDynamicMediaXMPMetadata Dim value As ImGearXMPString instance.VideoAlphaMode = value value = instance.VideoAlphaMode
public ImGearXMPString VideoAlphaMode {get; set;}
public: __property ImGearXMPString* get_VideoAlphaMode(); public: __property void set_VideoAlphaMode( ImGearXMPString* value );
public: property ImGearXMPString^ VideoAlphaMode { ImGearXMPString^ get(); void set ( ImGearXMPString^ value); }