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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.