Description
Gets or sets the translucency of the overlay
border. Translucency is a value between 0.0 and 1.0, where 0.0 is
completely opaque and 1.0 is completely transparent.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property BorderTranslucency() As Single
|
[C#] |
public float BorderTranslucency {get; set;}
|
[Managed C++] |
public: __property float get_BorderTranslucency();
public: __property void set_BorderTranslucency(
float
);
|
[Unmanaged C++] |
public: HRESULT get_BorderTranslucency(
float * pRetVal
);
public: HRESULT put_BorderTranslucency(
float NewBorderTranslucency
);
|
[Java] |
public float getBorderTranslucency();public void setBorderTranslucency(
float
);
|
See Also