Click or drag to resize
LifecycleConfigStyleConfig Constructor (NullableDouble, String, String)

Namespace: PDTec.IceNet.Domain.Lifecycle
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public StyleConfig(
	Nullable<double> penWidth,
	string color,
	string fillColor
)

Parameters

penWidth
Type: SystemNullableDouble
color
Type: SystemString
fillColor
Type: SystemString
See Also