ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / TimeSignature Property




In This Topic
    TimeSignature Property
    In This Topic
    Gets or sets TimeSignature property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property TimeSignature As ImGearXMPString
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPString
     
    instance.TimeSignature = value
     
    value = instance.TimeSignature
    public ImGearXMPString TimeSignature {get; set;}
    public: __property ImGearXMPString* get_TimeSignature();
    public: __property void set_TimeSignature( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ TimeSignature {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies time signature of the music. Allowed values are: One of: '2/4', '3/4', '4/4', '5/4', '7/4', '6/8', '9/8', '12/8', 'other'.
    See Also