AnnotatedScrollBarLabel Class

Definition

Represents the content and scroll offset value of a label that is to be displayed by the AnnotatedScrollBar.

public ref class AnnotatedScrollBarLabel sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Controls.IAnnotatedScrollBarLabelFactory, 327680, "Microsoft.UI.Xaml.XamlContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AnnotatedScrollBarLabel final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Controls.IAnnotatedScrollBarLabelFactory), 327680, "Microsoft.UI.Xaml.XamlContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AnnotatedScrollBarLabel
Public NotInheritable Class AnnotatedScrollBarLabel
Inheritance
Object Platform::Object IInspectable AnnotatedScrollBarLabel
Attributes

Constructors

AnnotatedScrollBarLabel(Object, Double)

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

Properties

Content

Gets the content of the label.

ScrollOffset

Gets the offset at which the label is shown.

Applies to