Class MapShapeDataFill
Inheritance
System.Object
MapShapeDataFill
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapShapeDataFill : Object
Constructors
MapShapeDataFill()
Declaration
public MapShapeDataFill()
Properties
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
|
Windows.UI.Color
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
|
Windows.UI.Color
|
StrokeDashArray
Declaration
public double[] StrokeDashArray { get; set; }
Property Value
|
System.Double[]
|
StrokeDashCap
Declaration
public PenLineCap StrokeDashCap { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineCap
|
StrokeDashOffset
Declaration
public double StrokeDashOffset { get; set; }
Property Value
|
System.Double
|
StrokeEndLineCap
Declaration
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineCap
|
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineJoin
|
StrokeMiterLimit
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
|
System.Double
|
StrokeStartLineCap
Declaration
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineCap
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
|
System.Double
|