Gets or sets the translucency of the outline. Translucency is between
0
and 1
, where 0
is opaque and 1
is transparent.Read-write property
[Visual Basic .NET] |
---|
Public Property OutlineTranslucency() As Single |
[C#] |
---|
public float OutlineTranslucency {get; set;} |
[Managed C++] |
---|
public: __property float get_OutlineTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutlineTranslucency( float * pRetVal ); public: HRESULT put_OutlineTranslucency( float OutlineTranslucency ); |
[Java] |
---|
public float getOutlineTranslucency(); public void setOutlineTranslucency( float ); |