Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBar Class / ZoomSliderTrackColor Property


In This Topic
ZoomSliderTrackColor Property (FpStatusBar)
In This Topic
Gets or sets the color for the track of the zoom slider in the status bar.
Syntax
'Declaration
 
Public Property ZoomSliderTrackColor As Color
 
'Usage
 
Dim instance As FpStatusBar
Dim value As Color
 
instance.ZoomSliderTrackColor = value
 
value = instance.ZoomSliderTrackColor
See Also