'Declaration Public Property VideoAlphaPremultipleColor As ImGearXMPColorant
'Usage Dim instance As ImGearDynamicMediaXMPMetadata Dim value As ImGearXMPColorant instance.VideoAlphaPremultipleColor = value value = instance.VideoAlphaPremultipleColor
public ImGearXMPColorant VideoAlphaPremultipleColor {get; set;}
public: __property ImGearXMPColorant* get_VideoAlphaPremultipleColor(); public: __property void set_VideoAlphaPremultipleColor( ImGearXMPColorant* value );
public: property ImGearXMPColorant^ VideoAlphaPremultipleColor { ImGearXMPColorant^ get(); void set ( ImGearXMPColorant^ value); }