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