AnnotatedScrollBarLabel(Object, Double) Constructor
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.
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.