StiMapStyle Constructor (String, String) |
Creates a new object of the type StiMapStyle.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiMapStyle(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
Parameters
- name
- Type: SystemString
Style name. - description
- Type: SystemString
Style description.
See Also