Skip to main content
A newer version of this page is available. .
Tab

RoundPanelParts.BottomLeftCorner Property

OBSOLETE

Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.

Gets the settings of an image displayed within the panel part’s bottom left corner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the ASPxRoundPanel.CornerRadius property to specify the radius of round panel corners.", true)]
public PanelCornerPart BottomLeftCorner { get; }

Property Value

Type
PanelCornerPart
See Also