ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTime Class / Value Property




In This Topic
    Value Property (ImGearXMPTime)
    In This Topic
    Gets or sets the time value in the specified scale.
    Syntax
    'Declaration
     
    Public Property Value As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPTime
    Dim value As ImGearXMPInteger
     
    instance.Value = value
     
    value = instance.Value
    public ImGearXMPInteger Value {get; set;}
    public: __property ImGearXMPInteger* get_Value();
    public: __property void set_Value( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Value {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPInteger class value.
    See Also