In This Article

SpinWrapping Enum

Specifies the various wrapping behaviors supported when spinning a value in a part edit box.

public enum SpinWrapping

Fields

Name Description
NoWrap

Indicates that the values will not wrap when the minimum or maximum are reached.

SimpleWrap

Indicates that the values will wrap when the minimum or maximum are reached (e.g. incrementing the maximum value will result in the minimum value).

Wrap

Indicates that the values will wrap when the minimum or maximum are reached (e.g. incrementing the maximum value will result in the minimum value), but may or may not include special handling (see remarks for more information).