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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadowColor() As System.Drawing.Color
[C#]
public System.Drawing.Color ShadowColor {get; set;}
[Managed C++]
public: __property uint^ get_ShadowColor();
public: __property void set_ShadowColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_ShadowColor(
   uint ** ppRetVal
);
public: HRESULT put_ShadowColor(
   uint * pNewShadowColor
);
[Java]
public long getShadowColor();public void setShadowColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.