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

Gets or sets the width of the border of the text.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TextBorderWidth As Single
C# 
public virtual float TextBorderWidth {get; set;}

Property Value

Float

Remarks

This property is only used when TextBorderColor has been assigned a valid Color value.

Requirements

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

See Also