STK Graphics PrimitivesSend 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 * pRetVal
);
public: HRESULT put_ShadowColor(
    uint ShadowColor
);
[Java]
public long getShadowColor();
public void setShadowColor(
    long
);
[Python - STK API ]
@property
def ShadowColor(self) -> agi.stk12.utilities.colors.Color:

@ShadowColor.setter
def ShadowColor(self, ShadowColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.