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

Gets or Sets the angle the text of the control should be rendered at.

Syntax

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

Property Value

Integer

Remarks

Valid values are from 0 to 360 (a value of 360 will be converted to 0).

Settings this property to a value greater than 0 will have the control ignore the setting of WordWrap.

Requirements

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

See Also