Skip to content

Uno Platform how to set SVG Icon Inside TextBox ? #18804

Closed Answered by RSReswin
RSReswin asked this question in Q&A
Discussion options

You must be logged in to vote

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"
                                 Backgr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RSReswin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant