We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using
<Calendar.BlackoutDates > < CalendarDateRange Start="3/4/2014" End="3/7/2014" / > </Calendar.BlackoutDates >
the path is not displayed, as resolved by modifying the file, ..\Styles\Controls.Calendar.xaml with the following changes:
<VisualState x:Name="BlackoutDay" > <Storyboard > <DoubleAnimation Duration="0" To="1" <--- .2 Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Blackout" / > </Storyboard > </VisualState > <Path x:Name="Blackout" Data="M8.1772461,11.029181 L10.433105,11.029181 L11.700684,12.801641 L12.973633,11.029181 L15.191895,11.029181 L12.844727,13.999395 L15.21875,17.060919 L12.962891,17.060919 L11.673828,15.256231 L10.352539,17.060919 L8.1396484,17.060919 L10.519043,14.042364 z" HorizontalAlignment="Stretch" Margin="3" Opacity="0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" VerticalAlignment="Stretch" Fill="{DynamicResource AccentColorBrush4}" /> <--- WhiteBrush
The text was updated successfully, but these errors were encountered:
Could you give us a screenshot of what's wrong though?
Sorry, something went wrong.
Before: After: with the new values
congratulations to the team for such an excellent work, greetings from Playa del Carmen, Quintana Roo, México.
@dotnetero and thank you for your contribution to MahApps.Metro. :D
punker76
No branches or pull requests
When using
the path is not displayed, as resolved by modifying the file, ..\Styles\Controls.Calendar.xaml with the following changes:
The text was updated successfully, but these errors were encountered: