Description
Gets or sets the back line'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 BackLineTranslucency() As Single
|
[C#] |
---|
public float BackLineTranslucency {get; set;}
|
[Managed C++] |
---|
public: __property float get_BackLineTranslucency(); public: __property void set_BackLineTranslucency(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BackLineTranslucency(
float * pRetVal
);
public: HRESULT put_BackLineTranslucency(
float BackLineTranslucency
);
|
[Java] |
---|
public float getBackLineTranslucency();
public void setBackLineTranslucency(
float
);
|
Remarks
See Also