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

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapShapeFill : DependencyObject

Inheritance: objectMapShapeFill

Constructors

C#
public MapShapeFill()

Fields

FillProperty

DependencyProperty

Identifies the Fill dependency property.

C#
public static readonly DependencyProperty FillProperty

StrokeDashArrayProperty

DependencyProperty

Identifies the StrokeDashArray dependency property.

C#
public static readonly DependencyProperty StrokeDashArrayProperty

StrokeDashCapProperty

DependencyProperty

Identifies the StrokeDashCap dependency property.

C#
public static readonly DependencyProperty StrokeDashCapProperty

StrokeDashOffsetProperty

DependencyProperty

Identifies the StrokeDashOffset dependency property.

C#
public static readonly DependencyProperty StrokeDashOffsetProperty

StrokeEndLineCapProperty

DependencyProperty

Identifies the StrokeEndLineCap dependency property.

C#
public static readonly DependencyProperty StrokeEndLineCapProperty

StrokeLineJoinProperty

DependencyProperty

Identifies the StrokeLineJoin dependency property.

C#
public static readonly DependencyProperty StrokeLineJoinProperty

StrokeMiterLimitProperty

DependencyProperty

Identifies the StrokeMiterLimit dependency property.

C#
public static readonly DependencyProperty StrokeMiterLimitProperty

StrokeProperty

DependencyProperty

Identifies the Stroke dependency property.

C#
public static readonly DependencyProperty StrokeProperty

StrokeStartLineCapProperty

DependencyProperty

Identifies the StrokeStartLineCap dependency property.

C#
public static readonly DependencyProperty StrokeStartLineCapProperty

StrokeThicknessProperty

DependencyProperty

Identifies the StrokeThickness dependency property.

C#
public static readonly DependencyProperty StrokeThicknessProperty

Properties

Fill

Brush

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

C#
public Brush Fill { get; set; }

Stroke

Brush

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

C#
public Brush Stroke { get; set; }

StrokeDashArray

DoubleCollection

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes.

C#
public DoubleCollection 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; }

Methods

Clone shape fill object.

C#
public MapShapeFill Clone()
Returns:

MapShapeFill