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

Gets or sets the color to paint the dark portion of the "shine" effect.

Syntax

Visual Basic (Declaration) 
Public Property ShineDarkColor As Color
C# 
public Color ShineDarkColor {get; set;}

Property Value

Color

Remarks

This property is only valid if SurfaceShine Property is true.

Requirements

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

See Also