ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDimensions Class / Unit Property




In This Topic
    Unit Property
    In This Topic
    Gets or sets units.
    Syntax
    'Declaration
     
    Public Property Unit As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPDimensions
    Dim value As ImGearXMPString
     
    instance.Unit = value
     
    value = instance.Unit
    public ImGearXMPString Unit {get; set;}
    public: __property ImGearXMPString* get_Unit();
    public: __property void set_Unit( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Unit {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImGearXMPString class value.
    Remarks
    For example: inch, mm, pixel, pica, point.
    See Also