Reworked sample applications

This commit is contained in:
Clemens 2021-12-05 18:30:58 +01:00
parent fd7b53a37b
commit e3167b3e2c
4 changed files with 6 additions and 8 deletions

View file

@ -46,11 +46,6 @@ namespace SampleApplication
nameof(OutlineThickness), typeof(double), typeof(OutlinedText),
new FrameworkPropertyMetadata(1d, FrameworkPropertyMetadataOptions.AffectsMeasure, (o, e) => ((OutlinedText)o).text = null));
public OutlinedText()
{
IsHitTestVisible = false;
}
public string Text
{
get { return (string)GetValue(TextProperty); }