Gets or sets the color of the bearing error lines. Dimensionless.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_ErrorColor( uint * pVal ); public: HRESULT put_ErrorColor( uint ErrorColor ); |
[Java] |
---|
public long getErrorColor(); public void setErrorColor( long ); |