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:
public class MapShapeFill : DependencyObject
Inheritance: objectMapShapeFill
Constructors
public MapShapeFill()
Fields
FillProperty
DependencyProperty
Identifies the Fill dependency property.
public static readonly DependencyProperty FillProperty
StrokeDashArrayProperty
DependencyProperty
Identifies the StrokeDashArray dependency property.
public static readonly DependencyProperty StrokeDashArrayProperty
StrokeDashCapProperty
DependencyProperty
Identifies the StrokeDashCap dependency property.
public static readonly DependencyProperty StrokeDashCapProperty
StrokeDashOffsetProperty
DependencyProperty
Identifies the StrokeDashOffset dependency property.
public static readonly DependencyProperty StrokeDashOffsetProperty
StrokeEndLineCapProperty
DependencyProperty
Identifies the StrokeEndLineCap dependency property.
public static readonly DependencyProperty StrokeEndLineCapProperty
StrokeLineJoinProperty
DependencyProperty
Identifies the StrokeLineJoin dependency property.
public static readonly DependencyProperty StrokeLineJoinProperty
StrokeMiterLimitProperty
DependencyProperty
Identifies the StrokeMiterLimit dependency property.
public static readonly DependencyProperty StrokeMiterLimitProperty
StrokeProperty
DependencyProperty
Identifies the Stroke dependency property.
public static readonly DependencyProperty StrokeProperty
StrokeStartLineCapProperty
DependencyProperty
Identifies the StrokeStartLineCap dependency property.
public static readonly DependencyProperty StrokeStartLineCapProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness dependency property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
Fill
Brush
Gets or sets the Brush that specifies how the shape's interior is painted.
public Brush Fill { get; set; }
Stroke
Brush
Gets or sets the Brush that specifies how the Shape outline is painted.
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.
public DoubleCollection 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; }
Methods
Clone shape fill object.