Posted 23 Nov 2010 Link to this post
public
class
FooPanel : RadPanel
{
FooPanel()
:
base
()
}
protected
override
void
OnLoad(System.Drawing.Size desiredSize)
RoundRectShape shape =
new
RoundRectShape();
shape.BottomLeftRounded =
true
;
shape.BottomRightRounded =
shape.TopLeftRounded =
shape.TopRightRounded =
shape.Radius = 25;
this
.RootElement.Shape = shape;
.OnLoad(desiredSize);
.PanelElement.Shape = shape;
Posted 04 May 2012 Link to this post