| PathPointBuilderOutlineColor Property  | 
 
            Gets or sets the outline 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 OutlineColor { get; set; }Public Property OutlineColor As Color
	Get
	Set
public:
property Color OutlineColor {
	Color get ();
	void set (Color value);
}member OutlineColor : Color with get, set
Property Value
Type: 
Color See Also
See Also