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





Windows & Linux

Description

Opt whether to use a background border with the data display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseBackgroundBorder() As Boolean
[C#]
public bool UseBackgroundBorder {get; set;}
[Managed C++]
public: __property bool get_UseBackgroundBorder();
public: __property void set_UseBackgroundBorder( bool );
[Unmanaged C++]
public: HRESULT get_UseBackgroundBorder(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBackgroundBorder(
    VARIANT_BOOL UseBorder
);
[Java]
public bool getUseBackgroundBorder();
public void setUseBackgroundBorder(
    bool
);
[Python - STK API ]
@property
def UseBackgroundBorder(self) -> bool:

@UseBackgroundBorder.setter
def UseBackgroundBorder(self, UseBorder:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.