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





Description

Set the color of the Inactive Fill.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_InactiveFillColor();
public: __property void set_InactiveFillColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_InactiveFillColor(
uint ** ppRetVal
);
public: HRESULT put_InactiveFillColor(
uint * pNewInactiveFillColor
);

[Java]
public long getInactiveFillColor();public void setInactiveFillColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1