[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextAttrs.StrokeColor

StrokeColor Property

StrokeColor

Gets the stroke color used if RenderingMode is FillStroke, FillStrokeClip Stroke or StrokeClip.

Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern).

Declaration
Color? StrokeColor { get; }
ReadOnly Property StrokeColor As Color?