Share via


AnnotatedScrollBarLabel(Object, Double) Constructor

Definition

Initializes a new instance of the AnnotatedScrollBarLabel class with the specified content and scroll offset.

public:
 AnnotatedScrollBarLabel(Platform::Object ^ content, double scrollOffset);
 AnnotatedScrollBarLabel(IInspectable const& content, double const& scrollOffset);
public AnnotatedScrollBarLabel(object content, double scrollOffset);
function AnnotatedScrollBarLabel(content, scrollOffset)
Public Sub New (content As Object, scrollOffset As Double)

Parameters

content
Object

Platform::Object

IInspectable

The content of the label.

scrollOffset
Double

double

The offset at which the label is shown.

Applies to