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


In This Topic
    SVGStyle Class Members
    In This Topic

    The following tables list the members exposed by SVGStyle.

    Public Constructors
     NameDescription
    Public ConstructorCreates one SVGStyle instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the arrowhead on the end of the path. The format for string is <type>[-<width>[-<length>]]. Possible types: classic, block, open, oval, diamond, none, width: wide, narrow, medium, length: long, short, medium.  
    Public PropertyGets or sets the clip area. The format for the text is comma or space separated values: x, y, width and height  
    Public PropertyCSS type of the cursor  
    Public Propertythe x-axis coordinate of the center of the circle, or ellipse  
    Public Propertythe y-axis coordinate of the center of the circle, or ellipse  
    Public PropertyA value that indicates the filled color of the chart style.  
    Public PropertyA value that indicates the fill opacity of the SVG element.  
    Public PropertyA value that indicates the font of the chart style.  
    Public PropertyA value that indicates the font family of the SVG element.  
    Public PropertyA value that indicates the font size of the SVG element.  
    Public PropertyA value that indicates the font weight of the SVG element.  
    Public PropertyA value that indicates the height of the SVG element.  
    Public PropertyA value to indicate the URL, if specified element behaves as hyperlink  
    Public PropertyA value to indicate the Opacity.  
    Public PropertySVG path string format  
    Public PropertyRadius of the circle, ellipse or rounded corner on the rect  
    Public PropertyHorisontal radius of the ellipse  
    Public PropertyVertical radius of the ellipse  
    Public PropertyImage URL, only works for Element.image element  
    Public PropertyA value that indicates the stroke color.  
    Public PropertyA value that indicates the stroke dasharry, possible values: ["", "-", ".", "-.", "-..", ". ", "- ", "--", "- .", "--.", "--.."]  
    Public PropertyA value that indicates the stroke line cap, possible values: ["butt", "square", "round"]  
    Public PropertyA value that indicates the stroke line join method, possible values: ["bevel", "round", "miter"]  
    Public PropertyA value that indicates the stroke miter limit.  
    Public PropertyA value that indicates the stroke opacity.  
    Public PropertyA value that indicates the stroke width.  
    Public PropertyUsed with href  
    Public PropertyContents of the text element. Use \n for multiline text  
    Public PropertyPossible values: ["start", "middle", "end"], default is "middle"  
    Public PropertyA text value for creating a tooltip.  
    Public PropertyA string value for SVG element to make a transform action.  
    Public PropertyA value that indicates the width of the chart style.  
    Public PropertyA value that indicates the x point of the chart style.  
    Public PropertyA value that indicates the y point of the chart style.  
    Top
    See Also