public method BorderBuilder.SetStroke

Brief

Sets the stroke style for each border side.

Declaration
C#
Gehtsoft.PDFFlow.Builder.BorderBuilder  SetStroke (Gehtsoft.PDFFlow.Models.Enumerations.Stroke left, Gehtsoft.PDFFlow.Models.Enumerations.Stroke top, Gehtsoft.PDFFlow.Models.Enumerations.Stroke right, Gehtsoft.PDFFlow.Models.Enumerations.Stroke bottom)

Parameters
left

The stroke style to apply to the left border side.

top

The stroke style to apply to the top border side.

right

The stroke style to apply to the right border side.

bottom

The stroke style to apply to the bottom border side.

Declared in BorderBuilder

back