This document is archived and information here might be outdated. Recommended version. |
Indicates whether to blend layers during animation.
[Visual Basic .NET]
Public Property Blending As Boolean
[C#]
public bool Blending {get; set;}
[C++]
HRESULT get_Blending(
Boolean* pbBlend
);
[C++]
HRESULT put_Blending(
VARIANT_BOOL pbBlend
);
[C++] Parameters pbBlend [out, retval]
pbBlend is a parameter of type bool* pbBlend [in]
pbBlend is a parameter of type bool