• ClassificationValueProperty
  • class Esri::ArcGISRuntime::ClassificationValueProperty

    Describes a single value of the primary classification attribute with its display information. More...

    Header: #include <ClassificationValueProperty.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~ClassificationValueProperty() override
    QString acronym() const
    QColor backgroundColor() const
    QColor textColor() const
    QString value() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] ClassificationValueProperty::~ClassificationValueProperty()

    Destructor.

    QString ClassificationValueProperty::acronym() const

    Returns the acronym for this classification value.

    QColor ClassificationValueProperty::backgroundColor() const

    Returns the optional background color used to style the classification banner for items with this classification value.

    QColor ClassificationValueProperty::textColor() const

    Returns the optional font color used to style the classification banner for items with this classification value.

    QString ClassificationValueProperty::value() const

    Returns the corresponding value of the primary classification attribute.