AGI STK Graphics 11 Send comments on this topic.
BorderColor Property (IAgStkGraphicsProjectedRasterOverlay)
See Also 





Description

Gets or sets the color of the Projection's border.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BorderColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BorderColor {get; set;}

[Managed C++]
public: __property uint^ get_BorderColor();
public: __property void set_BorderColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BorderColor(
uint ** ppRetVal
);
public: HRESULT put_BorderColor(
uint * pNewBorderColor
);

[Java]
public long getBorderColor();public void setBorderColor(
long
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1