We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Change Hint font Size

Is there anyway you can change the font size of the Hint label text? Or the other Assistive labels?

4 Replies

BK Bharathiraja K Syncfusion Team January 21, 2019 09:39 AM UTC

Hi Cesar 
 
Greetings from Syncfusion. 
 
Currently the support “Customizing Hint Label and Assistive Label font size” was not available and we have planned to implement this support for our upcoming Volume-1 release which will be rolled out on mid of March 2019. You can track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. We appreciate your patience until then. 
 
 
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal link above. 
 
Thanks, 
Bharathiraja. 



CM Cesar Martinez January 26, 2019 02:27 PM UTC

Thank you for the answer! I look forward for the next update!

/C


BK Bharathiraja K Syncfusion Team January 28, 2019 06:03 AM UTC

Hi Cesar, 
 
Thanks for your update. We will update you once our Volume-1 release rolled out.  
 
Thanks, 
Bharathiraja. 



AB Almis B replied to Cesar Martinez January 30, 2019 07:25 AM UTC

Is there anyway you can change the font size of the Hint label text? Or the other Assistive labels?

There is a workaround for that, create an implicit style for Label and put your changes there

<Style TargetType="Label"> <Setter Property="FontFamily" Value="sans-serif" /> <Setter Property="FontSize" Value="12" /> </Style>

keep in mind that this will change all the labels so you will also need to override this style wherever is needed

Loader.
Live Chat Icon For mobile
Up arrow icon