|
LoadCharColor Property
|
Gets the characteristic color of the load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract Color CharColor { get; }
Public MustOverride ReadOnly Property CharColor As Color
Get
public:
virtual property Color CharColor {
Color get () abstract;
}
abstract CharColor : Color with get
Property Value
Type:
Color
See Also