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

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

Syntax

Visual Basic (Declaration) 
Public Property ShineLightColor As Color
C# 
public Color ShineLightColor {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