PaintRenderInfo
Class
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
Background
Color
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; }
LineColor
Color
Gets or sets the line color.
C#
public Color LineColor { get; set; }
Gets or sets the line opacity.
C#
public double LineOpacity { get; set; }
TextColor
Color
Gets or sets the text color.
C#
public Color TextColor { get; set; }
TextHaloColor
Color
Gets or sets the text halo color.
C#
public Color TextHaloColor { get; set; }