AGI STK Objects 11Send 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 NewUseBackgroundBorder
);
[Java]
public bool getUseBackgroundBorder();
public void setUseBackgroundBorder(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.