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
close icon

Font Color

We are trying to change the font color on a disabled double text box and are not having any success.  In the sample below we are able to change the background property but when setting foreground there is no noticeable effect on the text.


Here is the style the doubletextbox is being set to:
<Style x:Key="DoubleStyle" TargetType="syncfusion:DoubleTextBox">
            <Style.Triggers>
                <Trigger Property="IsEnabled" Value="False">
                    <Setter Property="Foreground" Value="Black"/>
                </Trigger>
            </Style.Triggers>
        </Style>

1 Reply

TA Thirumurugan Arumugam Syncfusion Team December 8, 2014 11:39 AM UTC

Hi Rich,

Thank you for contacting Syncfusion support.

The support incident has been created to track the status of reported query under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any questions.

Regards,

Thirumurugan Arumugam.


Loader.
Live Chat Icon For mobile
Up arrow icon