Class MapShapeFill
Inheritance
System.Object
MapShapeFill
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapShapeFill : DependencyObject
Constructors
MapShapeFill()
Declaration
public MapShapeFill()
Fields
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeDashCapProperty
Declaration
public static readonly DependencyProperty StrokeDashCapProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeDashOffsetProperty
Declaration
public static readonly DependencyProperty StrokeDashOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeEndLineCapProperty
Declaration
public static readonly DependencyProperty StrokeEndLineCapProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeLineJoinProperty
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeMiterLimitProperty
Declaration
public static readonly DependencyProperty StrokeMiterLimitProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeStartLineCapProperty
Declaration
public static readonly DependencyProperty StrokeStartLineCapProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.DoubleCollection
|
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
|