STK XSend comments on this topic.
BackColor Property (AgUiAxGfxAnalysisCntrl)
See Also
Windows





Windows & Linux

Description

The background color of the control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackColor() As System.Drawing.Color
[C#]
public System.Drawing.Color BackColor {get; set;}
[Managed C++]
public: __property uint get_BackColor();
public: __property void set_BackColor( uint );
[Unmanaged C++]
public: HRESULT get_BackColor(
    uint * pclr
);
public: HRESULT put_BackColor(
    uint clr
);
[Java]
public long getBackColor();
public void setBackColor(
    long
);
[Python - STK API ]
@property
def BackColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.