MapLegendTitleSeparator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the types of separator to use for a map legend title.
public enum class MapLegendTitleSeparator
public enum MapLegendTitleSeparator
type MapLegendTitleSeparator =
Public Enum MapLegendTitleSeparator
- Inheritance
-
MapLegendTitleSeparator
Fields
Name | Value | Description |
---|---|---|
None | 0 | No separator is applied. |
Line | 1 | A line separator is applied. |
ThickLine | 2 | A thick line separator is applied. |
DoubleLine | 3 | A double line separator is applied. |
DashLine | 4 | A dashed line separator is applied. |
DotLine | 5 | A dotted line separator is applied. |
GradientLine | 6 | A gradient line separator is applied. |
ThickGradientLine | 7 | A thick gradient line separator is applied. |