Skip to main content

HtmlEditorTagInspectorSelectionStyles.Opacity Property

Gets or sets the opacity level of the selection applied to the element selected using the tag inspector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public virtual int Opacity { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the level of opacity.

See Also