Skybound VisualTips

VisualTipProvider.MaximumWidth Property

Gets or sets the maximum width of a VisualTip. Text which would cause a tip to be wider than this value is word-wrapped.

[Visual Basic]
Public Property MaximumWidth As Integer
[C#]
public int MaximumWidth {get; set;}

Property Value

An Int32 value representing the maximum width of a tip, in pixels.

Remarks

This property can be overridden for an individual tip using the VisualTip.MaximumWidth property. The minimum value of this property is 192.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace