Used for specifying labeling properties on the MapView. More...
Header | #include <View |
Since | Esri |
Public Functions
View | |
View | |
View | |
View | |
~ | |
bool | is |
bool | is |
void | set |
void | set |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
See also MapView.
Member Function Documentation
ViewLabelProperties::ViewLabelProperties ()
Default constructor. Sets both properties to true
.
ViewLabelProperties::ViewLabelProperties (bool animationEnabled , bool labelingEnabled )
Constructor that sets the animation and labeling settings.
- animationEnabled - Whether animation should be enabled.
- labelingEnabled - Whether labeling should be enabled.
ViewLabelProperties::ViewLabelProperties (const Esri::ArcGISRuntime::ViewLabelProperties &other)
Copy constructor from other ViewLabelProperties.
[noexcept]
ViewLabelProperties::ViewLabelProperties (Esri::ArcGISRuntime::ViewLabelProperties &&other)
Move constructor from other ViewLabelProperties.
[noexcept]
ViewLabelProperties::~ViewLabelProperties ()
Destructor.
bool ViewLabelProperties::isAnimationEnabled () const
Gets whether animation is enabled.
Returns true
if animation is enabled.
bool ViewLabelProperties::isLabelingEnabled () const
Gets whether labeling is enabled.
Returns true
if labeling is enabled.
void ViewLabelProperties::setAnimationEnabled (bool enabled)
Sets whether animation is enabled.
- enabled - Whether animation is enabled.
See also isAnimationEnabled().
void ViewLabelProperties::setLabelingEnabled (bool enabled)
Sets whether labeling is enabled.
- enabled - Whether animation is enabled.
See also isLabelingEnabled().
[noexcept]
Esri::ArcGISRuntime::ViewLabelProperties &ViewLabelProperties::operator=(Esri::ArcGISRuntime::ViewLabelProperties &&other)
Move operator from other ViewLabelProperties.
Esri::ArcGISRuntime::ViewLabelProperties &ViewLabelProperties::operator=(const Esri::ArcGISRuntime::ViewLabelProperties &other)
Assignment operator from other ViewLabelProperties.