dbicDial Send comments on this topic.
NewValue Property
See Also 
dbicDial Assembly > Dbi.WinControl.Dial Namespace > ValueChangingEventArgs Class : NewValue Property

The value the dial will become

Syntax

Visual Basic (Declaration) 
Public Property NewValue As Integer
C# 
public int NewValue {get; set;}

Property Value

Integer

Remarks

Adjusting the value of this property in the event will change what value the dial moves to.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also