AnnotatedScrollBarLabel.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content of the label.
public:
property Platform::Object ^ Content { Platform::Object ^ get(); };
IInspectable Content();
public object Content { get; }
var object = annotatedScrollBarLabel.content;
Public ReadOnly Property Content As Object
Property Value
The content of the label.