| PathPointBuilderColor Property  | 
 
            Gets or sets the color associated with this point.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Color Color { get; set; }Public Property Color As Color
	Get
	Set
public:
property Color Color {
	Color get ();
	void set (Color value);
}member Color : Color with get, set
Property Value
Type: 
Color See Also
See Also