Click or drag to resize
AB4D logo

BaseLineVisual3DValidateLineThicknessPropertyValue Method

Returns true if line thickness is valid double and bigger or equal to 0

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected static bool ValidateLineThicknessPropertyValue(
	Object value
)

Parameters

value  Object
value

Return Value

Boolean
true if line thickness is valid double and bigger or equal to 0
See Also