The color of the fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'ForegroundPatternColor'")]
public Color Color { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'ForegroundPatternColor'")> _
Public Property Color As Color
Get
Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'ForegroundPatternColor'")]
public:
property Color^ Color {
Color^ get ();
void set (Color^ value);
} |
Exceptions
See Also