-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi.
My goal is to manipulate the text-styles of my application via DependencyProperties. I got a diagram in which the texts are to be manipulated in size, fontfamily, color, etc. So I'd like to use an interface similar to a rich text editor like Word.
I'm using this code in my TextStyleVM http://shevaspace…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Visibility.Collapse doesnt work in my case. below is the XAML. If i try to hide the lblCountry and cmbCountry a white space is shown between zip and practice fields. There is no option to hide an entire row of a Grid.
<Grid>
<Canvas Name="canDemographic" >
</Canvas>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Visibility.Collapse doesnt work in my case. below is the XAML. If i try to hide the lblCountry and cmbCountry a white space is shown between zip and practice fields. There is no option to hide an entire row of a Grid.
<Grid>
<Canvas Name="canDemographic" >
</Canvas>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a style applied to all my textboxes, defined in a resource dictionary..
<Style TargetType="TextBlock">
<Setter Property="TextBlock.FontSize" Value="{Binding Source={StaticResource ApplicationUserSettings}, Path=fontSize, Mode=OneWay}" />
<Setter Property="TextBlock…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a .ttf file ,i want to retrieve the font family name.
>>> More