Class
PaintRenderInfo

Geometry rendering settings in the vector tiles.

Definition

Namespace:Telerik.Windows.Controls.Map.VectorTiles.Rendering

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class PaintRenderInfo

Inheritance: objectPaintRenderInfo

Constructors

PaintRenderInfo()

Declaration

cs-api-definition
public PaintRenderInfo()

Properties

Background

Gets or sets the background color.

Declaration

cs-api-definition
public Color Background { get; set; }

Property Value

Color

Fill

Gets or sets the fill color.

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

FillOpacity

Gets or sets the fill opacity.

Declaration

cs-api-definition
public double FillOpacity { get; set; }

Property Value

double

LineColor

Gets or sets the line color.

Declaration

cs-api-definition
public Color LineColor { get; set; }

Property Value

Color

LineOpacity

Gets or sets the line opacity.

Declaration

cs-api-definition
public double LineOpacity { get; set; }

Property Value

double

LineWidth

Gets or sets the line width.

Declaration

cs-api-definition
public double LineWidth { get; set; }

Property Value

double

TextColor

Gets or sets the text color.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color

TextHaloColor

Gets or sets the text halo color.

Declaration

cs-api-definition
public Color TextHaloColor { get; set; }

Property Value

Color