-
<TextBox Name="OtpTextBox" Visibility="{x:Bind OtpInputVisible}" utu:AutoLayout.CounterAlignment="Center" Width="328" PlaceholderText="OTP" Style="{StaticResource OutlinedTextBoxStyle}">
<um:ControlExtensions.Icon>
<PathIcon Data="{StaticResource Icon_Shield}" />
</um:ControlExtensions.Icon>
</TextBox> public async void TryLogin(object sender, RoutedEventArgs e) {
// set focus on the element shown above... OtpTextBox is currently undefined.
} |
Beta Was this translation helpful? Give feedback.
Answered by
elibroftw
May 2, 2023
Replies: 1 comment
-
Name's can be referenced as variables in the business logic without having to declare them.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elibroftw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Name's can be referenced as variables in the business logic without having to declare them.