AnnotatedScrollBarLabel Class
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.
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
- 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. |