<StackLayout Padding="50"> <syncfusion_rotator:SfRotator BackgroundColor="MistyRose" HeightRequest="25"> <syncfusion_rotator:SfRotator.DataSource> <syncfusion_rotator:SfRotatorItem> <syncfusion_rotator:SfRotatorItem.ItemContent> <Label Text="Rotator Item 1" /> </syncfusion_rotator:SfRotatorItem.ItemContent> </syncfusion_rotator:SfRotatorItem> <syncfusion_rotator:SfRotatorItem> <syncfusion_rotator:SfRotatorItem.ItemContent> <Label Text="Rotator Item 2" /> </syncfusion_rotator:SfRotatorItem.ItemContent> </syncfusion_rotator:SfRotatorItem> </syncfusion_rotator:SfRotator.DataSource> </syncfusion_rotator:SfRotator> <Label BackgroundColor="LightGreen" Text="Xamarin Label" /> </StackLayout> |
|