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

Represents set of the fill properties are used by MapShapeData objects.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapShapeDataFill

Inheritance: objectMapShapeDataFill

Constructors

C#
public MapShapeDataFill()

Properties

Gets or sets the Color that specifies how the shape's interior is painted.

C#
public Color FillColor { get; set; }

Gets or sets the Color that specifies how the Shape outline is painted.

C#
public Color StrokeColor { get; set; }

Gets or sets an array of double values that indicate the pattern of dashes and gaps that is used to outline shapes.

C#
public double[] StrokeDashArray { get; set; }

StrokeDashCap

PenLineCap

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

C#
public PenLineCap StrokeDashCap { get; set; }

Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.

C#
public double StrokeDashOffset { get; set; }

Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.

C#
public PenLineCap StrokeEndLineCap { get; set; }

StrokeLineJoin

PenLineJoin

Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.

C#
public PenLineJoin StrokeLineJoin { get; set; }

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.

C#
public double StrokeMiterLimit { get; set; }

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

C#
public PenLineCap StrokeStartLineCap { get; set; }

Gets or sets the width of the Shape outline.

C#
public double StrokeThickness { get; set; }