I hereby claim:
- I am arthurrump on github.
- I am arthurrump (https://keybase.io/arthurrump) on keybase.
- I have a public key ASDvvQxz0Ogtb-GTujHwhqIIrkPMazIKv1XPSVuvitRgqAo
To claim this, I am signing this object:
| // Sketch met een box die je met de muis over het scherm kan slepen | |
| // Gebaseerd op https://processing.org/examples/mousefunctions.html | |
| // Variabelen die we nodig hebben in dit programma: | |
| // - x en y positie van de box | |
| float boxX, boxY; | |
| // - grootte van de box | |
| int boxSize; | |
| // - booleans die aangeven of | |
| // - de muis op dit moment over de box hangt |
| #r "paket: | |
| nuget Fake.Core.SemVer | |
| nuget Fake.Core.Target | |
| nuget Fake.DotNet.Cli | |
| nuget Fake.Tools.Git //" | |
| #load "./.fake/build.fsx/intellisense.fsx" | |
| open Fake.Core | |
| open Fake.DotNet | |
| open Fake.Tools |
| <ResourceDictionary | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
| <Style TargetType="GridViewItem" x:Key="BorderlessGridViewItem" BasedOn="{StaticResource GridViewItemExpanded}"> | |
| <Setter Property="Template"> | |
| <Setter.Value> | |
| <ControlTemplate TargetType="GridViewItem"> | |
| <Grid x:Name="ContentBorder" | |
| Control.IsTemplateFocusTarget="True" | |
| FocusVisualMargin="{TemplateBinding FocusVisualMargin}" |
| <Page | |
| x:Class="App1.MainPage" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:local="using:App1" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| xmlns:toolkit="using:Microsoft.Toolkit.Uwp.UI.Controls" | |
| mc:Ignorable="d"> |
I hereby claim:
To claim this, I am signing this object:
| <UserControl | |
| x:Class="ScheduleControlProto.AppointmentControl" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:local="using:ScheduleControlProto" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| mc:Ignorable="d" | |
| d:DesignHeight="300" | |
| d:DesignWidth="400"> |