'Declaration Public Enum SpinWrapBehavior Inherits System.Enum
public enum SpinWrapBehavior : System.Enum
Member | Description |
---|---|
Default | Default. The controls will resolve to a default value. |
NoWrapping | Mask sections will not wrap. Spinning beyond the min and max value of the section will not be allowed. |
WrapAcrossSections | Mask sections will wrap and affect related sections. For example, if you spin up a Month section whose value is 12, the month will wrap around to 1, and the year section will be incremented by 1. |
WrapCurrentSection | Mask sections will wrap without affecting other sections. For example, if you spin up a Month section whose value is 12, the month will wrap around to 1, but this will not affect the year. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2