New to Telerik UI for .NET MAUI? Start a free 30-day trial
Styling the .NET MAUI DataPager
The DataPager for .NET MAUI provides a styling mechanism for customizing its look by setting the following properties:
BackgroundColor
(Color
)—Specifies the background brush of the control.BorderColor
(Color
)—Specifies the border color of the control.BorderBrush
(Brush
)—Specifies the border brush of the control.BorderThickness
(Thickness
)—Specifies the border thickness of the control.CornerRadius
(Thickness
)—Specifies the corner radius of the control.ContentPadding
(Thickness
)—Specifies the content padding of the control.