Change active tracing to use correct glyph instead of dot (#890)

* Change active tracing to use correct glyph instead of dot

* make the pointer on the glyph line up correctly
This commit is contained in:
Eric Wong 2020-01-03 12:08:02 -08:00 committed by GitHub
commit 234ac8deb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 32 additions and 133 deletions

View file

@ -20,6 +20,8 @@ public
public
delegate void TracingValueChangedEventHandler(Windows::Foundation::Point value);
public
delegate void PointerValueChangedEventHandler(Windows::Foundation::Point value);
[Windows::UI::Xaml::Markup::ContentPropertyAttribute(Name = L"Equations")] public ref class Grapher sealed
: public Windows::UI::Xaml::Controls::Control,
@ -27,6 +29,7 @@ public
{
public:
event TracingValueChangedEventHandler ^ TracingValueChangedEvent;
event PointerValueChangedEventHandler ^ PointerValueChangedEvent;
event TracingChangedEventHandler ^ TracingChangedEvent;
virtual event Windows::UI::Xaml::Data::PropertyChangedEventHandler ^ PropertyChanged;