STK ObjectsSend comments on this topic.
BackgroundBorderColor Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

Description

The color of the border surrounding the data display background.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackgroundBorderColor() As System.Drawing.Color
[C#]
public System.Drawing.Color BackgroundBorderColor {get; set;}
[Managed C++]
public: __property uint get_BackgroundBorderColor();
public: __property void set_BackgroundBorderColor( uint );
[Unmanaged C++]
public: HRESULT get_BackgroundBorderColor(
    uint * pRetVal
);
public: HRESULT put_BackgroundBorderColor(
    uint BorderColor
);
[Java]
public long getBackgroundBorderColor();
public void setBackgroundBorderColor(
    long
);
[Python - STK API ]
@property
def BackgroundBorderColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.