NevronOpenVision
Nevron.Nov.Formats.Svg Namespace / NSvgGraphicsElement Class


NSvgGraphicsElement Class Properties

For a list of all members of this type, see NSvgGraphicsElement members.

Public Properties
 NameDescription
Public PropertyGets/Sets the id of the clip path, this graphics element should be clipped with.  
Public PropertyGets/Sets the stroke dash array in the format "stroke dash...".  
Public PropertyGets/Sets the value of the Fill property.  
Public PropertyGets/Sets the fill svg fopacity of this SVG graphics element. Any values outside the range from 0.0 (fully transparent) to 1.0 (fully opaque) will be clamped to this range. By default set to 1.  
Public PropertyGets/Sets the value of the FillRule property. By default set to Nevron.Nov.Graphics.ENFillRule.NonZero.  
Public PropertyGets/Sets the value of the MiterLimit property.  
Public PropertyGets/Sets the opacity of this SVG graphics element. Any values outside the range from 0.0 (fully transparent) to 1.0 (fully opaque) will be clamped to this range. By default set to 1.  
Public PropertyGets/Sets the value of the Stroke property.  
Public PropertyGets/Sets the value of the StrokeLineCap property.  
Public PropertyGets/Sets the value of the StrokeLineJoin property.  
Public PropertyGets/Sets the stroke width. By default set to 1px.  
Public PropertyGets/Sets the value of the Transform property.  
Top
See Also