This property is deprecated. Use OptimalPathColorRampStartColor. Gets or sets the color in which the optimal strands lines are to be displayed during animation.
Read-write property
[Visual Basic .NET] |
---|
Public Property OptimalPathColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color OptimalPathColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_OptimalPathColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_OptimalPathColor( uint * pVal ); public: HRESULT put_OptimalPathColor( uint OptimalPathColor ); |
[Java] |
---|
public long getOptimalPathColor(); public void setOptimalPathColor( long ); |