STK ObjectsSend comments on this topic.
CustomColor Property (IAgStkAccessGraphics)
See Also
Windows





Windows & Linux

Description

Color for all access graphics, used when color mode is set to custom.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CustomColor() As System.Drawing.Color
[C#]
public System.Drawing.Color CustomColor {get; set;}
[Managed C++]
public: __property uint get_CustomColor();
public: __property void set_CustomColor( uint );
[Unmanaged C++]
public: HRESULT get_CustomColor(
    uint * pVal
);
public: HRESULT put_CustomColor(
    uint customColor
);
[Java]
public long getCustomColor();
public void setCustomColor(
    long
);
[Python - STK API ]
@property
def CustomColor(self) -> agi.stk13.utilities.colors.Color:

@CustomColor.setter
def CustomColor(self, customColor:agi.stk13.utilities.colors.Color) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.