SKPaint.IsStroke Property

Definition

Gets or sets a value indicating whether to paint a stroke or the fill.

public bool IsStroke { get; set; }

Property Value

Remarks

This is a shortcut way to set Style to either Stroke or Fill.

Applies to