The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
PKPraveen Koildasan Syncfusion Team November 9, 2017 05:09 AM UTC
Hi Aaron,
Thank you for contacting Syncfusion support.
Query : Is it possible to hide the navigation strip for a SfRotator control?
Yes , it is possible to hide the navigation strip with Dots in SfRotator control. To hide navigation strip use DotPlacement API as none. The API is already available in your current version( 15.3.0.33).
DotPlacement API :
The DotPlacement API specifies the placement position of dots in Rotator control.
1)Default :
To change the position of navigation strip placement inside the RotatorItem.
2)Outside:
To change the position of navigation stripplacement outside of the RotatorItem.
3)None:
To hide the navigation strip in rotator.
We have created a sample to achieve your requirement . Please find the sample from the below link.