Northwoods.Go.Svg Assembly > Northwoods.Go.Svg Namespace : GoSvgWriter Class |
For a list of all members of this type, see GoSvgWriter members.
Name | Description | |
---|---|---|
![]() | Cursors | Gets or sets whether to generate cursors to be shown when the user's pointer is over an object. |
![]() | DefaultNamespace | Gets or sets the "xmlns" attribute namespace to be defined for the root element. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | Fragment | Gets or sets whether to exclude any XML instructions before the root element. |
![]() | GrandParentObject | Gets the parent object of the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | NodesGeneratedFirst | Gets or sets whether Northwoods.Go.Xml.GoXmlWriter.GenerateObjects makes two passes over the collection of Northwoods.Go.Xml.GoXmlWriter.Objects, generating the objects that implement IGoNode first before generating the other objects. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | Objects | Gets or sets the collection of objects to be generated. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | ObjectsLimitedToDocExtent | Gets or sets whether SVG should be generated for objects that are outside of the View's current DocExtent or the docExtent parameter supplied to Generate(RectangleF,Single,Stream). |
![]() | ObjectStack | Gets an List of Object acting as a stack of Objects that have been created during the walking of the XML tree during Consume , or that have been seen during Generate . (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | PaintView | Gets or sets whether to paint the view's background and draw any view objects. |
![]() | PanAndZoomControls | Gets or sets whether to generate panning and zooming controls for the user. |
![]() | ParentObject | Gets the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | RootElementName | Gets or sets the name of the root element. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | ScriptFile | Gets or sets the pathname for the script file defining most of the functions needed for event handling. |
![]() | Scripting | Gets or sets whether to generate interactive or static SVG. |
![]() | SupportsSelection | Gets or sets whether to allow the user to select objects. |
![]() | ToolTips | Gets or sets whether to generate script for handling tooltips. |
![]() | UserObject | Gets or sets an object holding additional information for use by your application; this property is not used by GoXml. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | View | Gets or sets the view used to limit the rendering extent and provide a background and view objects such as a grid and selection handles. |
![]() | WriterElement | Gets or sets the XmlElement that is being constructed when creating a DOM rather than writing directly to a Northwoods.Go.Xml.GoXmlWriter.XmlWriter. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | XmlDocument | Gets the XmlDocument that is constructed by Northwoods.Go.Xml.GoXmlWriter.Generate when not writing directly to a stream with Northwoods.Go.Xml.GoXmlWriter.XmlWriter. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | XmlWriter | Gets the XmlWriter used to actually write XML to the output stream. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
![]() | XmlWriterSettings | Gets or sets the XmlWriterSettings used in the call to XmlWriter.Create to customize the XmlWriter . (Inherited from Northwoods.Go.Xml.GoXmlWriter) |