New to Telerik UI for WinForms? Start a free 30-day trial
Media Shape
Updated over 6 months ago
The following image shows the media shape applied to a RadPanel:

The following code shows how you can create and apply a MediaShape:
C#
MediaShape mediaShape = new MediaShape();
radPanel1.RootElement.Shape = mediaShape;
radPanel1.RootElement.ApplyShapeToControl = true;