NevronOpenVision
Nevron.Nov.Formats.Svg Namespace / NSvgGraphicsElement Class
Fields Properties Methods Events


In This Topic
    NSvgGraphicsElement Class Members
    In This Topic

    The following tables list the members exposed by NSvgGraphicsElement.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the ClipPathId property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DashArray property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the FillOpacity property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Fill property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the FillRule property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MiterLimit property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NSvgGraphicsElement.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Opacity property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StrokeLineCap property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StrokeLineJoin property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Stroke property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StrokeWidth property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Transform property.  
    Top
    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
    Protected Methods
     NameDescription
    Internal MethodOverridden.   
    Protected MethodPaints the current element on the given paint visitor.  
    Top
    See Also