ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / Rating Property




In This Topic
    Rating Property (ImGearMicrosoftPhotoXMPMetadata)
    In This Topic
    Gets or sets Rating property of the MicrosoftPhoto XMP schema. XMP Basic Rating values of 1,2,3,4 and 5 stars correspond to MicrosoftPhoto Rating values of 1,25,50,75 and 99 respectively.
    Syntax
    'Declaration
     
    Public Property Rating As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearMicrosoftPhotoXMPMetadata
    Dim value As ImGearXMPInteger
     
    instance.Rating = value
     
    value = instance.Rating
    public ImGearXMPInteger Rating {get; set;}
    public: __property ImGearXMPInteger* get_Rating();
    public: __property void set_Rating( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Rating {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

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