This document is archived and information here might be outdated. Recommended version. |
Indicates if this group layer should be consolidated by blending.
[Visual Basic .NET] Public Property Blending As Boolean
[C#] public bool Blending {get; set;}
[C++]
HRESULT get_Blending(
Boolean* pvbBlending
);
[C++]
HRESULT put_Blending(
VARIANT_BOOL pvbBlending
);
[C++]
Parameters pvbBlending [out, retval]
pvbBlending is a parameter of type bool* pvbBlending [in]
pvbBlending is a parameter of type bool