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.
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Windows.
|
StrokeDashArray
Declaration
public double[] StrokeDashArray { get; set; }
Property Value
System.
|
StrokeDashCap
Declaration
public PenLineCap StrokeDashCap { get; set; }
Property Value
Microsoft.
|
StrokeDashOffset
Declaration
public double StrokeDashOffset { get; set; }
Property Value
System.
|
StrokeEndLineCap
Declaration
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
Microsoft.
|
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Microsoft.
|
StrokeMiterLimit
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
System.
|
StrokeStartLineCap
Declaration
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|