STK ObjectsSend comments on this topic.
TextColor Property (IAgFmGfxColorOptions)
See Also
Windows





Windows & Linux

Description

Text color of legend

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TextColor() As System.Drawing.Color
[C#]
public System.Drawing.Color TextColor {get; set;}
[Managed C++]
public: __property uint get_TextColor();
public: __property void set_TextColor( uint );
[Unmanaged C++]
public: HRESULT get_TextColor(
    uint * pColor
);
public: HRESULT put_TextColor(
    uint pColor
);
[Java]
public long getTextColor();
public void setTextColor(
    long
);
[Python - STK API ]
@property
def TextColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.