BoldDesk®Help desk software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
<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> |
|