Skip to content

Instantly share code, notes, and snippets.

@AlexeyBoiko
Created October 12, 2021 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexeyBoiko/6d88ff18a679378dd126a09c8bcc94ea to your computer and use it in GitHub Desktop.
Save AlexeyBoiko/6d88ff18a679378dd126a09c8bcc94ea to your computer and use it in GitHub Desktop.
...
@code {
[Parameter] public Direction Dir1 {
get { ... }
set { ... calc(); };
} = Direction.Right;
[Parameter] public double X1 {
get { ... }
set { ... calc(); };
}
[Parameter] public double Y1 {
get { ... }
set { ... calc(); };
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment