radius

  1. M

    Android Question CLV Individually Rounded Corners

    Hi everyone, I need to achieve this result with a CLV (only 2 corners are rounded) I already tried these two approaches Dim jo As JavaObject = clvProducts.AsView jo.RunMethod("setClipToOutline", Array(True)) clvProducts.AsView.SetColorAndBorder(clvProducts.AsView.Color, 2dip, 0xDBDBDB, 20dip)...
  2. M

    iOS Question Individually change corner radius of a view

    Hi everyone, how can i individually change the corner radius of a view (in this case a label)? Thanks in advance
  3. C

    Android Question panel radius

    hello I'm using a panel View in the designer I see there is a possibility to set the corner radius Is there a possibilty to set different radius in both sides of the panel Let's say 60 in the left side and 0 in the right side Thank you
  4. K

    Android Question corner radius property to custom view

    I want to give radius property to my custom view panel. I'm try Base.CornerRadius but it not cornerradius property in drop list.
Top