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

Gets or Sets the color used to paint the border of the text.

Syntax

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

Property Value

Color

Remarks

Setting this property to a value of Color.Empty (it's default value) will disable the text border.

Requirements

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

See Also