Class PaintRenderInfo
Geometry rendering settings in the vector tiles.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map.VectorTiles.Rendering
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PaintRenderInfo
Constructors
PaintRenderInfo()
Declaration
public PaintRenderInfo()
Properties
Background
Gets or sets the background color.
Declaration
public Color Background { get; set; }
Property Value
System.Windows.Media.Color
|
Fill
Gets or sets the fill color.
Declaration
public Color Fill { get; set; }
Property Value
System.Windows.Media.Color
|
FillOpacity
Gets or sets the fill opacity.
Declaration
public double FillOpacity { get; set; }
Property Value
System.Double
|
LineColor
Gets or sets the line color.
Declaration
public Color LineColor { get; set; }
Property Value
System.Windows.Media.Color
|
LineOpacity
Gets or sets the line opacity.
Declaration
public double LineOpacity { get; set; }
Property Value
System.Double
|
LineWidth
Gets or sets the line width.
Declaration
public double LineWidth { get; set; }
Property Value
System.Double
|
TextColor
Gets or sets the text color.
Declaration
public Color TextColor { get; set; }
Property Value
System.Windows.Media.Color
|
TextHaloColor
Gets or sets the text halo color.
Declaration
public Color TextHaloColor { get; set; }
Property Value
System.Windows.Media.Color
|