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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies musical scale used in the music. Allowed values are: 'Major', 'Minor', 'Both', 'Neither'.
    See Also