Skip to content

Commit

Permalink
chore: xml comments for HorizontalScrollValue
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsashah45 committed Oct 10, 2024
1 parent d1ddfee commit 94a3a0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public double HorizontalOffset
new PropertyMetadata(default(double)));

/// Gets or sets the value of the horizontal scrollbar.
/// It's used to represent the scroll position within the scroll bar UI
public double HorizontalScrollValue
{
get => (double)GetValue(HorizontalScrollValueProperty);
Expand Down

0 comments on commit 94a3a0a

Please sign in to comment.