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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public StyleConfig(
	Nullable<double> penWidth,
	string color,
	string fillColor
)

Parameters

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