UWP/XAML Custom border for a shape -


i need create rectangle has cloud-like border. need create custom stroke or should looking @ creating else?

i don't think border properties can provide more advanced shape rounded edges using cornerradius. defining gradientbrush inside border.borderbrush advanced coloring, think should @ drawing path if want border cloud. found code custom shape here. i'm no expert @ path data, can't draw shape pretty sure able create cloud.

<path data="m125.11371,0.5 l141.0695,20.500002 l249.5,20.500002 l249.5, 119.5 l0.5,119.5 l0.5,20.500002 l108.9748,20.500002 z"  fill="#ff2d2d2d" stretch="fill" stroke="#ff2d2d2d"  uselayoutrounding="false" width="250" height="100"/> 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -