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

Gets or sets the color used to paint the border in the label.

Syntax

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

Property Value

Color

Remarks

This property is only valid if BorderType Property is set to Regular or RoundedEdge.

Requirements

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

See Also