Description
The color of the bearing error lines. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ErrorColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color ErrorColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_ErrorColor(); public: __property void set_ErrorColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ErrorColor(
uint * pVal
);
public: HRESULT put_ErrorColor(
uint ErrorColor
);
|
[Java] |
---|
public long getErrorColor();
public void setErrorColor(
long
);
|
See Also