ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ImageTagHelper Class / Width Property

In This Topic
    Width Property (ImageTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Image.Width. Sets the width of the Image annotation.
    Syntax
    'Declaration
     
    Public Property Width As Single
    public float Width {get; set;}
    See Also