Table of Contents

Struct BorderStyleParams

Namespace
Map.Rendering.Border
Assembly
MapAssembly.dll

Style parameters from VisualStyleConfiguration. Passed to ApplyToMaterial for visual customization.

public struct BorderStyleParams

Fields

CountryBorderColor

Color of borders between countries.

public Color CountryBorderColor

Field Value

Color

CountryBorderStrength

Visibility strength of country borders (0 = hidden, 1 = full).

public float CountryBorderStrength

Field Value

float

EdgeSmoothness

Anti-aliasing smoothness factor (DistanceField mode only).

public float EdgeSmoothness

Field Value

float

EdgeWidth

Sharp edge width in pixels (DistanceField mode only).

public float EdgeWidth

Field Value

float

GradientWidth

Soft gradient falloff distance (DistanceField mode only).

public float GradientWidth

Field Value

float

PixelPerfectAntiAliasing

Anti-aliasing gradient width (PixelPerfect mode only).

public float PixelPerfectAntiAliasing

Field Value

float

PixelPerfectCountryThickness

Country border thickness in pixels (PixelPerfect mode only).

public int PixelPerfectCountryThickness

Field Value

int

PixelPerfectProvinceThickness

Province border thickness in pixels (PixelPerfect mode only).

public int PixelPerfectProvinceThickness

Field Value

int

ProvinceBorderColor

Color of borders between provinces within the same country.

public Color ProvinceBorderColor

Field Value

Color

ProvinceBorderStrength

Visibility strength of province borders (0 = hidden, 1 = full).

public float ProvinceBorderStrength

Field Value

float