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

GuideDefaultProperties.ActualFlyoutOpacity Property

Returns the current flyout opacity for this guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public double ActualFlyoutOpacity { get; }

Property Value

Type Description
Double

A Double value that is the current flyout opacity for the current guide.

Remarks

To specify the guide flyout opacity, use the GuideDefaultProperties.FlyoutOpacity property.

See Also