MapShapeDataFill
Represents set of the fill properties are used by MapShapeData objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapShapeDataFill
Inheritance: objectMapShapeDataFill
Constructors
public MapShapeDataFill()
Properties
FillColor
Color
Gets or sets the Color that specifies how the shape's interior is painted.
public Color FillColor { get; set; }
StrokeColor
Color
Gets or sets the Color that specifies how the Shape outline is painted.
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.
public double[] StrokeDashArray { get; set; }
StrokeDashCap
PenLineCap
Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.
public PenLineCap StrokeDashCap { get; set; }
Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.
public double StrokeDashOffset { get; set; }
StrokeEndLineCap
PenLineCap
Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.
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.
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.
public double StrokeMiterLimit { get; set; }
StrokeStartLineCap
PenLineCap
Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.
public PenLineCap StrokeStartLineCap { get; set; }
Gets or sets the width of the Shape outline.
public double StrokeThickness { get; set; }