ImageGear .NET - Updated
VideoAlphaUnityIsTransparent Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoAlphaUnityIsTransparent Property
Gets or sets VideoAlphaUnityIsTransparent property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property VideoAlphaUnityIsTransparent As ImGearXMPBoolean
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.VideoAlphaUnityIsTransparent = value
 
value = instance.VideoAlphaUnityIsTransparent
public ImGearXMPBoolean VideoAlphaUnityIsTransparent {get; set;}
public: __property ImGearXMPBoolean* get_VideoAlphaUnityIsTransparent();
public: __property void set_VideoAlphaUnityIsTransparent( 
   ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ VideoAlphaUnityIsTransparent {
   ImGearXMPBoolean^ get();
   void set (    ImGearXMPBoolean^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
Remarks
This XMP property specifies true, unity is clear, when false, it is opaque.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members