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