Click or drag to resize
AB4D logo

BaseUIElement3DValidatePositiveIntPropertyValue Method

Returns true if value is positive integer

Namespace: Ab3d.UIElements
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
protected static bool ValidatePositiveIntPropertyValue(
	Object value
)

Parameters

value  Object
value

Return Value

Boolean
true if value is positive integer
See Also