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




In This Topic
    Width Property (ImGearXMPDimensions)
    In This Topic
    Gets or sets width.
    Syntax
    'Declaration
     
    Public Property Width As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearXMPDimensions
    Dim value As ImGearXMPReal
     
    instance.Width = value
     
    value = instance.Width
    public ImGearXMPReal Width {get; set;}
    public: __property ImGearXMPReal* get_Width();
    public: __property void set_Width( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ Width {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImGearXMPReal class value.
    See Also