Description
The path point outline translucency.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property OutlineTranslucency() As Double
|
[C#] |
public double OutlineTranslucency {get; set;}
|
[Managed C++] |
public: __property double get_OutlineTranslucency();
public: __property void set_OutlineTranslucency(
double
);
|
[Unmanaged C++] |
public: HRESULT get_OutlineTranslucency(
double * pRetVal
);
public: HRESULT put_OutlineTranslucency(
double NewOutlineTranslucency
);
|
[Java] |
public double getOutlineTranslucency();public void setOutlineTranslucency(
double
);
|
See Also