Gets or sets the translucency of the Projection's border.
Read-write property
[Visual Basic .NET] |
---|
Public Property BorderTranslucency() As Single |
[C#] |
---|
public float BorderTranslucency {get; set;} |
[Managed C++] |
---|
public: __property float get_BorderTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_BorderTranslucency( float * pRetVal ); public: HRESULT put_BorderTranslucency( float BorderTranslucency ); |
[Java] |
---|
public float getBorderTranslucency(); public void setBorderTranslucency( float ); |