HyperlinkTooltip Property |
Returns the string which may be surfaced in a user interface
as associated with the parent hyperlink.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string Tooltip { get; set; }
Public Property Tooltip As String
Get
Set
public:
virtual property String^ Tooltip {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Tooltip : string with get, set
override Tooltip : string with get, set
Property Value
Type:
StringImplements
IHyperlinkTooltip
See Also