Description
Gets or sets the translucency of the projection's shadow.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ShadowTranslucency() As Single
|
[C#] |
---|
public float ShadowTranslucency {get; set;}
|
[Managed C++] |
---|
public: __property float get_ShadowTranslucency(); public: __property void set_ShadowTranslucency(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ShadowTranslucency(
float * pRetVal
);
public: HRESULT put_ShadowTranslucency(
float ShadowTranslucency
);
|
[Java] |
---|
public float getShadowTranslucency();
public void setShadowTranslucency(
float
);
|
[Python - STK API] |
---|
@property
def ShadowTranslucency(self) -> float:
@ShadowTranslucency.setter
def ShadowTranslucency(self, ShadowTranslucency:float) -> None:
|
See Also