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






In This Topic
    FontSize Property (SVGStyle)
    In This Topic
    A value that indicates the font size of the SVG element.
    Syntax
    'Declaration
     
    
    <JsonAttribute("font-size")>
    Public Property FontSize As System.Nullable(Of Single)
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.Nullable(Of Single)
     
    instance.FontSize = value
     
    value = instance.FontSize
    [Json("font-size")]
    public System.Nullable<float> FontSize {get; set;}
    public read-write property FontSize: System.Nullable; 
    JsonAttribute("font-size")
    public function get,set FontSize : System.Nullable
    [Json("font-size")]
    public: __property System.Nullable<float> get_FontSize();
    public: __property void set_FontSize( 
       System.Nullable<float> value
    );
    [Json("font-size")]
    public:
    property System.Nullable<float> FontSize {
       System.Nullable<float> get();
       void set (    System.Nullable<float> value);
    }
    See Also