Table of Contents

Struct BorderStyle

Namespace
Map.Rendering
Assembly
MapAssembly.dll

Style information for rendering a border segment Static geometry (curves), dynamic appearance (colors, thickness)

public struct BorderStyle

Fields

color

public Color color

Field Value

Color

thickness

public float thickness

Field Value

float

type

public BorderType type

Field Value

BorderType

visible

public bool visible

Field Value

bool

Properties

Hidden

public static BorderStyle Hidden { get; }

Property Value

BorderStyle

ProvinceBorder

public static BorderStyle ProvinceBorder { get; }

Property Value

BorderStyle

Methods

CountryBorder(Color)

public static BorderStyle CountryBorder(Color countryColor)

Parameters

countryColor Color

Returns

BorderStyle