Hi All,
Please guide me is it possible to give border and border radius and border color to absolute layout.
this._absoluteLayout.Children.Add (_innerStackLayout, new Rectangle (30,30,AbsoluteLayout.AutoSize,AbsoluteLayout.AutoSize));
in the above code am just giving absolute layout with layouts to new rectangle.
along with layout am planning to give border for absolute layout.
if any one worked on it. please guide me to move further