Interface IStrokedSeries
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IStrokedSeries
Properties
Declaration
bool IsStrokeSetLocally { get; }
Property Value
Declaration
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
DoubleCollection StrokeDashArray { get; }
Property Value
|
Microsoft.UI.Xaml.Media.DoubleCollection
|
Declaration
PenLineJoin StrokeLineJoin { get; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineJoin
|
Declaration
double StrokeThickness { get; }
Property Value
Extension Methods