AGI STK Graphics 11Send comments on this topic.
BorderSize Property (IAgStkGraphicsOverlay)
See Also 
Windows






Windows & Linux

Description

Gets or sets the size of the overlay's border. By default, this is 0.0 so the border is not displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BorderSize() As Integer
[C#]
public int BorderSize {get; set;}
[Managed C++]
public: __property int get_BorderSize();
public: __property void set_BorderSize(
   int
);
[Unmanaged C++]
public: HRESULT get_BorderSize(
   int * pRetVal
);
public: HRESULT put_BorderSize(
   int NewBorderSize
);
[Java]
public ppInteger getBorderSize();public void setBorderSize(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.