dbicLabel Send comments on this topic.
ShadowColor Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : ShadowColor Property

Gets or sets the shadow color of the text.

Syntax

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

Property Value

Color

Remarks

This property is only applied when ShadowText is equal to true.

Requirements

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

See Also