Display after default and template Modification
< Style targettype = " {X: Type textbox} " >
< Setter Property = " Template " >
< Setter. Value >
< Controltemplate targettype = " {X: Type textbox} " >
< Grid >
< Border background = " {Templatebinding background} " Cornerradius = " 5 " />
< Rectangle radiusx = " 5 " Radiusy = " 5 " Width = " 10 " Horizontalalignment = " Left " >
< Rectangle. Fill >
< Lineargradientbrush startpoint = " 0, 0 " Endpoint = " 1, 0 " >
< Lineargradientbrush. gradientstops >
< Gradientstop offset = " 0 " Color = " Black " />
< Gradientstop offset = " 0.3 " Color = " Yellowgreen " />
< Gradientstop offset = " 1 " Color = " Transparent " />
</ Lineargradientbrush. gradientstops >
</ Lineargradientbrush >
</ Rectangle. Fill >
</ Rectangle >
< Rectangle radiusx = " 5 " Radiusy = " 5 " Height = " 10 " Margin = " 3, 0, 0 " Verticalalignment = " Top " >
< Rectangle. Fill >
< Lineargradientbrush startpoint = " 0, 0 " Endpoint = " 0, 1 " >
< Lineargradientbrush. gradientstops >
< Gradientstop offset = " 0 " Color = " Black " />
< Gradientstop offset = " 0.3 " Color = " Yellowgreen " />
< Gradientstop offset = " 1 " Color = " Transparent " />
</ Lineargradientbrush. gradientstops >
</ Lineargradientbrush >
</ Rectangle. Fill >
</ Rectangle >
< Border cornerradius = " 5 " Borderbrush = " Black " Borderthickness = " 1 " />
< Scrollviewer name = " Part_contenthost " Margin = " 2 " />
< Border cornerradius = " 6, 6, 0, 0 " Height = " 15 " Verticalalignment = " Top " >
< Border. Background >
< Lineargradientbrush startpoint = " 0, 0 " Endpoint = " 0, 1 " >
< Lineargradientbrush. gradientstops >
< Gradientstop offset = " 0 " Color = " #60 ffffff " />
< Gradientstop offset = " 0.7 " Color = " #40 ffffff " />
</ Lineargradientbrush. gradientstops >
</ Lineargradientbrush >
</ Border. Background >
</ Border >
</ Grid >
</ Controltemplate >
</ Setter. Value >
</ Setter >
</ Style >