OpacityAnimation.FinalOpacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object's final opacity.
public:
property float FinalOpacity { float get(); };
float FinalOpacity();
public float FinalOpacity { get; }
var single = opacityAnimation.finalOpacity;
Public ReadOnly Property FinalOpacity As Single
Property Value
Single
float
The final opacity. A value of 0.0 represents full transparency and a value of 1.0 represents full opacity.