STK ObjectsSend comments on this topic.
InactiveFillColor Property (IAgVmVOActiveGridPoints)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_InactiveFillColor(
    uint color
);
[Java]
public long getInactiveFillColor();
public void setInactiveFillColor(
    long
);
[Python - STK API ]
@property
def InactiveFillColor(self) -> agi.stk12.utilities.colors.Color:

@InactiveFillColor.setter
def InactiveFillColor(self, color:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.