Description
The interference links line color.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property InterferenceLinksColor() As System.Drawing.Color
|
[C#] |
public System.Drawing.Color InterferenceLinksColor {get; set;}
|
[Managed C++] |
public: __property uint^ get_InterferenceLinksColor();
public: __property void set_InterferenceLinksColor(
uint ^
);
|
[Unmanaged C++] |
public: HRESULT get_InterferenceLinksColor(
uint ** ppRetVal
);
public: HRESULT put_InterferenceLinksColor(
uint * pNewInterferenceLinksColor
);
|
[Java] |
public long getInterferenceLinksColor();public void setInterferenceLinksColor(
long
);
|
See Also