Class MapShapeFill
Represents set of the fill properties are used by MapShape objects.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapShapeFill : DependencyObject
Constructors
MapShapeFill()
Declaration
public MapShapeFill()
Fields
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
StrokeDashArrayProperty
Identifies the StrokeDashArray dependency property.
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
System.Windows.DependencyProperty
|
StrokeDashCapProperty
Identifies the StrokeDashCap dependency property.
Declaration
public static readonly DependencyProperty StrokeDashCapProperty
Field Value
System.Windows.DependencyProperty
|
StrokeDashOffsetProperty
Identifies the StrokeDashOffset dependency property.
Declaration
public static readonly DependencyProperty StrokeDashOffsetProperty
Field Value
System.Windows.DependencyProperty
|
StrokeEndLineCapProperty
Identifies the StrokeEndLineCap dependency property.
Declaration
public static readonly DependencyProperty StrokeEndLineCapProperty
Field Value
System.Windows.DependencyProperty
|
StrokeLineJoinProperty
Identifies the StrokeLineJoin dependency property.
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
System.Windows.DependencyProperty
|
StrokeMiterLimitProperty
Identifies the StrokeMiterLimit dependency property.
Declaration
public static readonly DependencyProperty StrokeMiterLimitProperty
Field Value
System.Windows.DependencyProperty
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
StrokeStartLineCapProperty
Identifies the StrokeStartLineCap dependency property.
Declaration
public static readonly DependencyProperty StrokeStartLineCapProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Fill
Gets or sets the Brush that specifies how the shape's interior is painted.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|
Stroke
Gets or sets the Brush that specifies how the Shape outline is painted.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.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
public DoubleCollection StrokeDashArray { get; set; }
Property Value
System.Windows.Media.DoubleCollection
|
StrokeDashCap
Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.
Declaration
public PenLineCap StrokeDashCap { get; set; }
Property Value
System.Windows.Media.PenLineCap
|
StrokeDashOffset
Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.
Declaration
public double StrokeDashOffset { get; set; }
Property Value
System.Double
|
StrokeEndLineCap
Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.
Declaration
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
System.Windows.Media.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
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
System.Windows.Media.PenLineJoin
|
StrokeMiterLimit
Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
System.Double
|
StrokeStartLineCap
Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.
Declaration
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
System.Windows.Media.PenLineCap
|
StrokeThickness
Gets or sets the width of the Shape outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|