Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

round corners of textbox wpf

<TextBox Text="TextBox with CornerRadius">
  <TextBox.Resources>
    <Style TargetType="{x:Type Border}">
      <Setter Property="CornerRadius" Value="3"/>
    </Style>
  </TextBox.Resources>
</TextBox>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #corners #textbox #wpf
ADD COMMENT
Topic
Name
1+1 =