Whether the path point is translucent.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsTranslucent() As Boolean
|
[C#] |
---|
public bool IsTranslucent {get;}
|
[Managed C++] |
---|
public: __property bool get_IsTranslucent();
|
[Unmanaged C++] |
---|
public: HRESULT get_IsTranslucent(
|
[Java] |
---|
public bool getIsTranslucent();
|