|
ShellSec_RendererInfoColorNeg Property
|
Gets or sets the color for mesh vertices for negative values.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Dictionary<ShellSecResult, Color> ColorNeg { get; set; }
Public Property ColorNeg As Dictionary(Of ShellSecResult, Color)
Get
Set
public:
property Dictionary<ShellSecResult, Color>^ ColorNeg {
Dictionary<ShellSecResult, Color>^ get ();
void set (Dictionary<ShellSecResult, Color>^ value);
}
member ColorNeg : Dictionary<ShellSecResult, Color> with get, set
Property Value
Type:
DictionaryShellSecResult,
Color
See Also