Base class for fill symbols. More...
| Header | #include <Fill | 
| Since | Esri | 
| Inherits | Esri | 
| Inherited By | Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
| QColor | color() const | 
| Esri | outline() const | 
| void | set | 
| void | set | 
Protected Functions
| Fill | 
Detailed Description
Symbols describe how graphics and features look on a map. Different symbols are used with different geometry types. Fill symbols are used to display graphics and features that are based on polygon geometries. The symbol defines a fill for the interior of a polygon, and an optional outline defined by a line symbol. Subclasses of this class represent specific types of fill symbols.
Member Function Documentation
[protected] FillSymbol::FillSymbol (QObject *parent = nullptr)  
Default constructor with an optional parent.
[override virtual] FillSymbol::~FillSymbol  ()  
Destructor.
QColor FillSymbol::color() const  
Returns the color to fill the interior of the polygon feature or graphic.
See also setColor().
Esri::ArcGISRuntime::LineSymbol     *FillSymbol::outline() const   
Returns the outline for the fill symbol.
See also setOutline().
void FillSymbol::setColor (const QColor &color)  
Sets the color to fill the interior of the polygon feature or graphic.
See also color().
void FillSymbol::setOutline (Esri::ArcGISRuntime::LineSymbol     *outline)  
Sets the outline LineSymbol for the fill symbol.
See also outline().