DK11 for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.EndColor | Methods | Properties
Ending color used to generate ramp for class breaks; Black by default.
// C# public TGIS_Color EndColor { get {} set {} }
' VisualBasic Public Property EndColor As TGIS_Color Get End Get Set(ByVal value As TGIS_Color) End Set End Property
// Oxygene public property EndColor : TGIS_Color read read;
Type |
---|
TGIS_Color |
Works only for RenderType values: TGIS_ClassificationRenderType.Color and TGIS_ClassificationRenderType.OutlineColor.