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