ClassScrollBarTrackLayout
Class
Represents the track layout of the RadScrollBar control.
Definition
Namespace:Telerik.Maui.Controls.ScrollBar
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ScrollBarTrackLayout : RadLayout
Inheritance: objectRadLayoutScrollBarTrackLayout
Inherited Members
Constructors
ScrollBarTrackLayout()
Declaration
cs-api-definition
public ScrollBarTrackLayout()
Fields
ContentProperty
Identifies the Content property.
Declaration
cs-api-definition
public static readonly BindableProperty ContentProperty
Field Value
BindableProperty
ThumbBoundsProperty
Identifies the ThumbBounds property.
Declaration
cs-api-definition
public static readonly BindableProperty ThumbBoundsProperty
Field Value
BindableProperty
Properties
Content
Gets or sets the content of this layout.
Declaration
cs-api-definition
public View Content { get; set; }
Property Value
View
ThumbBounds
Gets or sets the bounding rectangle of the thumb.
Declaration
cs-api-definition
public Rect ThumbBounds { get; set; }
Property Value
Rect