ClassMapShapeFill
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
MapShapeFill()
Declaration
public MapShapeFill()
Fields
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
StrokeDashArrayProperty
Identifies the StrokeDashArray dependency property.
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
DependencyProperty
StrokeDashCapProperty
Identifies the StrokeDashCap dependency property.
Declaration
public static readonly DependencyProperty StrokeDashCapProperty
Field Value
DependencyProperty
StrokeDashOffsetProperty
Identifies the StrokeDashOffset dependency property.
Declaration
public static readonly DependencyProperty StrokeDashOffsetProperty
Field Value
DependencyProperty
StrokeEndLineCapProperty
Identifies the StrokeEndLineCap dependency property.
Declaration
public static readonly DependencyProperty StrokeEndLineCapProperty
Field Value
DependencyProperty
StrokeLineJoinProperty
Identifies the StrokeLineJoin dependency property.
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
DependencyProperty
StrokeMiterLimitProperty
Identifies the StrokeMiterLimit dependency property.
Declaration
public static readonly DependencyProperty StrokeMiterLimitProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeStartLineCapProperty
Identifies the StrokeStartLineCap dependency property.
Declaration
public static readonly DependencyProperty StrokeStartLineCapProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
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
public Brush Fill { get; set; }
Property Value
Brush
Stroke
Gets or sets the Brush that specifies how the Shape outline is painted.
Declaration
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
[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
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.
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
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
PenLineJoin
StrokeMiterLimit
Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.
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
PenLineCap
StrokeThickness
Gets or sets the width of the Shape outline.
Methods
Clone()
Clone shape fill object.