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





Windows & Linux

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.