PdfColoredMarker.Style Property

Gets or sets the marker line style.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfMarkerLineStyle Style { get; set; }
VB
Public Property Style As PdfMarkerLineStyle
	Get
	Set

Property Value

Type: PdfMarkerLineStyle
The marker line style.

Remarks

Depending on the widget, some of the styles may not differ from Solid.

See Also