ASPxHtmlEditor.PartsRoundPanel Property
In This Article
OBSOLETE
Use the Styles
Provides access to the settings that define different part of round panel used within the ASPxHtmlEditor control.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the StylesRoundPanel property to specify a background color and background image of a round panel.")]
public RoundPanelParts PartsRoundPanel { get; }
#Property Value
Type | Description |
---|---|
Round |
A Round |
See Also