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

Determines the size of the current tool tip

Syntax

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

Property Value

Size

Remarks

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

Requirements

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

See Also