Click or drag to resize

RangeAttributeGetTrackBarMinMax Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetTrackBarMinMax(
	bool isInteger,
	out int trackBarMinimum,
	out int trackBarMaximum
)

Parameters

isInteger
Type: SystemBoolean
trackBarMinimum
Type: SystemInt32
trackBarMaximum
Type: SystemInt32
See Also