dbicSlide Send comments on this topic.
Align Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > BeforeAdvancedTipEventArgs Class : Align Property

Determines the alignment of the text in the tool tip.

Syntax

Visual Basic (Declaration) 
Public Property Align As ContentAlignment
C# 
public ContentAlignment Align {get; set;}

Property Value

ContentAlingment

Remarks

Assigning a new value to this property within the event will change the alignment of the text in the current tool tip.

Requirements

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

See Also