STK Graphics PrimitivesSend 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 BorderSize
);
[Java]
public Integer getBorderSize();
public void setBorderSize(
    Integer
);
[Python - STK API ]
@property
def BorderSize(self) -> int:

@BorderSize.setter
def BorderSize(self, BorderSize:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.