Skip to content

Instantly share code, notes, and snippets.

@AlexeyBoiko
Created October 12, 2021 18:51
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/527141a530dc90c7c95ddacc24dadf61 to your computer and use it in GitHub Desktop.
Save AlexeyBoiko/527141a530dc90c7c95ddacc24dadf61 to your computer and use it in GitHub Desktop.
...
@code {
[Parameter] public Direction Dir1 { get; set; } = Direction.Right;
[Parameter] public double X1 { get; set; }
[Parameter] public double Y1 { get; set; }
...
protected override void OnParametersSet() {
calc();
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment