Provides generic access to the color of the border/line of the layer.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Color BorderColor { get; set; }
Public Property BorderColor As Color
	Get
	Set
public:
property Color BorderColor {
	Color get ();
	void set (Color value);
}

See Also