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

DrawingStyle Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public DrawingStyle
(
	FilNet.DrawingMode drawingMode,
	float opacity,
	float thickness,
	bool filled,
	FilNet.PointShape? pointShape,
	float pointSize
)

Parameters

Name Type Range Default Description
drawingModeFilNet.DrawingMode
opacityfloat
thicknessfloat
filledbool
pointShapeFilNet.PointShape?
pointSizefloat

See also