When partitionmode="NumberOfPartitions" this property specifies the number of steps to subdivide the analog value’s range into.

When partitionmode="DeltaValue" this property specifies an increment/decrement value between each step within the range.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double PartitionValue { get; set; }
Visual Basic
Public Property PartitionValue As Double
	Get
	Set
JScript
function get PartitionValue () : double
function set PartitionValue (value : double)

See Also