Class
MapShapeFill

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapShapeFill : DependencyObject

Inheritance: objectMapShapeFill

Constructors

MapShapeFill()

Declaration

cs-api-definition
public MapShapeFill()

Fields

FillProperty

Identifies the Fill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

StrokeDashArrayProperty

Identifies the StrokeDashArray dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeDashArrayProperty

Field Value

DependencyProperty

StrokeDashCapProperty

Identifies the StrokeDashCap dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeDashCapProperty

Field Value

DependencyProperty

StrokeDashOffsetProperty

Identifies the StrokeDashOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeDashOffsetProperty

Field Value

DependencyProperty

StrokeEndLineCapProperty

Identifies the StrokeEndLineCap dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeEndLineCapProperty

Field Value

DependencyProperty

StrokeLineJoinProperty

Identifies the StrokeLineJoin dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeLineJoinProperty

Field Value

DependencyProperty

StrokeMiterLimitProperty

Identifies the StrokeMiterLimit dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeMiterLimitProperty

Field Value

DependencyProperty

StrokeProperty

Identifies the Stroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeProperty

Field Value

DependencyProperty

StrokeStartLineCapProperty

Identifies the StrokeStartLineCap dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeStartLineCapProperty

Field Value

DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty

Field Value

DependencyProperty

Properties

Fill

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

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

Stroke

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

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

StrokeDashArray

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

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public DoubleCollection StrokeDashArray { get; set; }

Property Value

DoubleCollection

StrokeDashCap

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

Declaration

cs-api-definition
public PenLineCap StrokeDashCap { get; set; }

Property Value

PenLineCap

StrokeDashOffset

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

Declaration

cs-api-definition
public double StrokeDashOffset { get; set; }

Property Value

double

StrokeEndLineCap

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

Declaration

cs-api-definition
public PenLineCap StrokeEndLineCap { get; set; }

Property Value

PenLineCap

StrokeLineJoin

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

Declaration

cs-api-definition
public PenLineJoin StrokeLineJoin { get; set; }

Property Value

PenLineJoin

StrokeMiterLimit

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

Declaration

cs-api-definition
public double StrokeMiterLimit { get; set; }

Property Value

double

StrokeStartLineCap

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

Declaration

cs-api-definition
public PenLineCap StrokeStartLineCap { get; set; }

Property Value

PenLineCap

StrokeThickness

Gets or sets the width of the Shape outline.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Methods

Clone()

Clone shape fill object.

Declaration

cs-api-definition
public MapShapeFill Clone()

Returns

MapShapeFill