-
how to set SVG Icon Inside TextBox ? |
Beta Was this translation helpful? Give feedback.
Answered by
RSReswin
Nov 17, 2024
Replies: 1 comment
-
issue fixed by Simple Idea Thanks for Giving Idea : @mikernet <utu:ShadowContainer>
<utu:ShadowContainer.Shadows>
<utu:ShadowCollection>
<utu:Shadow OffsetX="0" OffsetY="4" BlurRadius="5" Color="Black" Opacity="0.25"/>
</utu:ShadowCollection>
</utu:ShadowContainer.Shadows>
<Grid Width="300"
Height="50"
CornerRadius="50">
<TextBox Style="{StaticResource MaterialFilledTextBoxStyle}"
PlaceholderText="Username"
Background="White"
Padding="50,0,0,5"/>
<Path Data="{StaticResource Profile}"
Fill="Black"
Stretch="Uniform"
VerticalAlignment="Center"
HorizontalAlignment="Left"
Width="20"
Height="22"
Margin="14"/>
</Grid>
</utu:ShadowContainer> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RSReswin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
issue fixed by Simple Idea Thanks for Giving Idea : @mikernet