Share via


AnnotatedScrollBarDetailLabelRequestedEventArgs.Content Property

Definition

Gets or sets the content of the tooltip.

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();

void Content(IInspectable value);
public object Content { get; set; }
var object = annotatedScrollBarDetailLabelRequestedEventArgs.content;
annotatedScrollBarDetailLabelRequestedEventArgs.content = object;
Public Property Content As Object

Property Value

Object

Platform::Object

IInspectable

The content of the tooltip.

Applies to