DXExpander.ExpandedOpacity Property
Gets or sets the control opacity in the expanded state. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double ExpandedOpacity { get; set; }
Property Value
Type | Description |
---|---|
Double | The control opacity. |
See Also