ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Height Property

In This Topic
    Height Property (SVGStyle)
    In This Topic
    A value that indicates the height of the SVG element.
    Syntax
    'Declaration
     
    
    Public Property Height As Nullable(Of Integer)
    public Nullable<int> Height {get; set;}
    See Also