This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup2 Interface > ITemporalLegendGroup2.UseGradient Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* UseGradient
);
[C++]
HRESULT put_UseGradient(
VARIANT_BOOL UseGradient
);
[C++]
Parameters UseGradient [out, retval] UseGradient is a parameter of type VARIANT_BOOL UseGradient [in] UseGradient is a parameter of type VARIANT_BOOL