Skip to content

Content Property

Mauricio Jorquera edited this page Nov 13, 2023 · 1 revision

Gets or sets the content string displayed in the tooltip.

Syntax

C#

public string Content { get; set; }

Remarks

The default value is null.

Clone this wiki locally