Example #1
0
 public RazorViewTopLevelImpl(ITextInputMethodImpl textInputMethod)
 {
     _textInputMethod          = textInputMethod;
     TransparencyLevel         = WindowTransparencyLevel.None;
     AcrylicCompensationLevels = new AcrylicPlatformCompensationLevels(1, 1, 1);
     _touchDevice = new TouchDevice();
 }
 public RazorViewTopLevelImpl(AvaloniaView avaloniaView)
 {
     _avaloniaView             = avaloniaView;
     TransparencyLevel         = WindowTransparencyLevel.None;
     AcrylicCompensationLevels = new AcrylicPlatformCompensationLevels(1, 1, 1);
     _touchDevice = new TouchDevice();
 }