You are here: Start » FIL.NET » DrawingStyle Constructor

DrawingStyle Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public DrawingStyle
(
	Fil.DrawingMode drawingMode_,
	float opacity_,
	float thickness_,
	bool filled_,
	Optional<Fil.PointShape> pointShape_,
	float pointSize_
)

Parameters

Name Type Range Default Description
drawingMode_Fil.DrawingMode
opacity_float
thickness_float
filled_bool
pointShape_Ftl.Optional<Fil.PointShape>
pointSize_float

See also