Visual Basic (Declaration) | |
---|---|
Public Property AnimationDisposalMethod As RasterImageAnimationDisposalMethod |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImageAnimationDisposalMethod AnimationDisposalMethod {get; set;} |
C++/CLI | |
---|---|
public: property RasterImageAnimationDisposalMethod AnimationDisposalMethod { RasterImageAnimationDisposalMethod get(); void set (RasterImageAnimationDisposalMethod value); } |
Return Value
A RasterImageAnimationDisposalMethod enumeration member that indicate the animation disposal method for the current frame.For an example, refer to AnimationGlobalLoop
When the value of this property is changed, the Changed event will fire with RasterImageChangedFlags set to RasterImageChangedFlags.AnimationProperties.
For more information, refer to Implementing Animation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family