xamarin.forms - Aligning a Frame in Xamarin Forms -


how modify height of frame layout. have tried set heightrequest frame, doesnt work. please check below , attached image.

frame

frame frame = new frame()             {                 hasshadow = false,                 margin = new thickness(10, 0, 0, 10),                 backgroundcolor = color.fromhex("#cdd0d1")             }; 

label

 label tag = new label()             {                 textcolor = color.black,                 fontsize = 14,             };              frame.content = tag; 

enter image description here

expected output: excepted output should rectangle frame instead of square.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -