Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Text color in a propertygrid

$
0
0
Hi,

You can set the Foreground for the editor of strings : the PropertyGridEditorTextBox :
<xctk:PropertyGrid x:Name="_propertyGrid">
         <xctk:PropertyGrid.Resources>
            <Style TargetType="{x:Type xctk:PropertyGridEditorTextBox}">
               <Setter Property="Foreground" Value="White"/>
            </Style>
         </xctk:PropertyGrid.Resources>
      </xctk:PropertyGrid>

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>