AGI STK Graphics 11Send comments on this topic.
OutlineColor Property (IAgStkGraphicsPathPoint)
See Also 
Windows






Windows & Linux

Description

The path point outline color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutlineColor() As System.Drawing.Color
[C#]
public System.Drawing.Color OutlineColor {get; set;}
[Managed C++]
public: __property uint^ get_OutlineColor();
public: __property void set_OutlineColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_OutlineColor(
   uint ** ppRetVal
);
public: HRESULT put_OutlineColor(
   uint * pNewOutlineColor
);
[Java]
public long getOutlineColor();public void setOutlineColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.