Skip to main content

StrokeStyle.NativeStrokeStyle Property

Provides access to the native stroke style.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public IStrokeStyle NativeStrokeStyle { get; set; }

#Property Value

Type Description
DevExpress.Drawing.IStrokeStyle

A DevExpress.Drawing.IStrokeStyle object.

See Also