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

Gets or Sets the developer defined width for determining if the text of the control should display ellipsis.

Syntax

Visual Basic (Declaration) 
Public Overridable Property EllipsisWidth As Integer
C# 
public virtual int EllipsisWidth {get; set;}

Property Value

Integer

Remarks

When this property is set to a value greater than 0, the control will ignore its actual width and will use this value to determine if ellipsis should be appended to the end of the text.

This property is only valid if AutoEllipsis is set to True.

 

Requirements

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

See Also