Indicates how to define the "partition" behavior of this analog dynamic. This feature is used to divide an analog range into a specified number of steps (useful for providing "tick" behavior in sliders, for example).

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

Syntax

C#
public GwxDynamic..::..PartitionModes PartitionMode { get; set; }
Visual Basic
Public Property PartitionMode As GwxDynamic..::..PartitionModes
	Get
	Set
JScript
function get PartitionMode () : GwxDynamic..::..PartitionModes
function set PartitionMode (value : GwxDynamic..::..PartitionModes)

See Also