New to Telerik UI for WPFStart a free 30-day trial

Geometry rendering settings in the vector tiles.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class PaintRenderInfo

Inheritance: objectPaintRenderInfo

Constructors

C#
public PaintRenderInfo()

Properties

Gets or sets the background color.

C#
public Color Background { get; set; }

Fill

Color

Gets or sets the fill color.

C#
public Color Fill { get; set; }

Gets or sets the fill opacity.

C#
public double FillOpacity { get; set; }

Gets or sets the line color.

C#
public Color LineColor { get; set; }

Gets or sets the line opacity.

C#
public double LineOpacity { get; set; }

Gets or sets the line width.

C#
public double LineWidth { get; set; }

Gets or sets the text color.

C#
public Color TextColor { get; set; }

Gets or sets the text halo color.

C#
public Color TextHaloColor { get; set; }