This document is archived and information here might be outdated. Recommended version. |
Create a smooth gradient using the symbols in the first two classes.
[Visual Basic .NET]
Public Property UseGradient As Boolean
[C#]
public bool UseGradient {get; set;}
[C++]
HRESULT get_UseGradient(
Boolean* UseGradient
);
[C++]
HRESULT put_UseGradient(
VARIANT_BOOL UseGradient
);
[C++] Parameters UseGradient [out, retval]
UseGradient is a parameter of type bool* UseGradient [in]
UseGradient is a parameter of type bool