dbicSlide Send comments on this topic.
DivisionValue Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > ValuePointEventArgs Class : DivisionValue Property

Determines the current division tick being drawn.

Syntax

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

Property Value

Integer

Remarks

This value can be from 1(indicating a major increment) to a maximum of the current ShowDivisions Property value (indicating minor increments).

Requirements

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

See Also