GH_FadeAnimation.FadeFactor Property

GH_FadeAnimationFadeFactor Property

Gets the blend factor for the current state. 0.0 means fully hidden, 1.0 means fully shown.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public double FadeFactor { get; }
Public ReadOnly Property FadeFactor As Double
	Get

Property Value

Type: Double

[Missing <value> documentation for "P:Grasshopper.GUI.GH_FadeAnimation.FadeFactor"]

See Also