ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Image Class / Width Property






In This Topic
    Width Property (Image)
    In This Topic
    Gets or sets the width of the Image annotation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property Width As System.Single
    'Usage
     
    
    Dim instance As Image
    Dim value As System.Single
     
    instance.Width = value
     
    value = instance.Width
    [System.ComponentModel.DefaultValue(100)]
    public System.float Width {get; set;}
    public read-write property Width: System.Single; 
    System.ComponentModel.DefaultValueAttribute(100)
    public function get,set Width : System.float
    [System.ComponentModel.DefaultValue(100)]
    public: __property System.float get_Width();
    public: __property void set_Width( 
       System.float value
    );
    [System.ComponentModel.DefaultValue(100)]
    public:
    property System.float Width {
       System.float get();
       void set (    System.float value);
    }
    See Also