AGI STK Objects 11 Send comments on this topic.
ActiveFillColor Property (IAgVmVOActiveGridPoints)
See Also 





Description

Set the color of the Active Fill.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveFillColor() As System.Drawing.Color

[C#]
public System.Drawing.Color ActiveFillColor {get; set;}

[Managed C++]
public: __property uint^ get_ActiveFillColor();
public: __property void set_ActiveFillColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ActiveFillColor(
uint ** ppRetVal
);
public: HRESULT put_ActiveFillColor(
uint * pNewActiveFillColor
);

[Java]
public long getActiveFillColor();public void setActiveFillColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1