The CornerColor property returns or sets the Undefined border color used with the Triangulation with Border Color Interpolation gridding method for gradient maps. Returns a color number.
Syntax
object.CornerColor
object.CornerColor = Color
Parameter |
Type |
Description |
Color |
required; undefined border color |
Remarks
Use the enumeration [mvColorRed], RGB value [RGB(255,0,0)], or number [255] to set a color.
Example
'CornerColor
'Change the color for the undefined area to cyan
GradientMap.CornerColor = mvColorCyan
Used by: GradientMap object