Description
Gets or sets the silhouette's translucency.
Translucency is between 0
and 1
, where
0
is opaque and 1
is transparent.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property SilhouetteTranslucency() As Single
|
[C#] |
public float SilhouetteTranslucency {get; set;}
|
[Managed C++] |
public: __property float get_SilhouetteTranslucency();
public: __property void set_SilhouetteTranslucency(
float
);
|
[Unmanaged C++] |
public: HRESULT get_SilhouetteTranslucency(
float * pRetVal
);
public: HRESULT put_SilhouetteTranslucency(
float NewSilhouetteTranslucency
);
|
[Java] |
public float getSilhouetteTranslucency();public void setSilhouetteTranslucency(
float
);
|
See Also