Style Constructor (XmlNode) |
Initializes a new instance of the
Style class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Style(
XmlNode style
)
Public Sub New (
style As XmlNode
)
Parameters
- style
- Type: System.XmlXmlNode
the source node in map section to read the Style
See Also