ClassPaintRenderInfo
Class
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.
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.
LineWidth
Gets or sets the line width.
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