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: 11.1.8864.1045
Syntax
C#
protected static bool ValidatePositiveIntPropertyValue(
	Object value
)

Parameters

value  Object
value

Return Value

Boolean
true if value is positive integer
See Also