Show / Hide Table of Contents

Class CalloutStyle

CalloutStyle class for defining the appearance of a callout on the GeoView

Inheritance
System.Object
CalloutStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class CalloutStyle : INotifyPropertyChanged

Constructors

Name Description
CalloutStyle()

Initializes a new instance of the CalloutStyle class.

Properties

Name Description
BackgroundColor

Gets or sets the background color of the callout.

BorderColor

Gets or sets the color of the callout border.

BorderWidth

Gets or sets the width of the callout border.

CornerRadius

Gets or sets the radius of the callout rounded corners.

DarkBackgroundColor

Gets or sets the background color of the callout in dark mode.

DarkBorderColor

Gets or sets the color of the callout border in dark mode.

DarkTextColor

Gets or sets the color of the label text in dark mode.

LeaderHeight

Gets or sets the height of the callout leader.

LeaderPosition

Gets or sets the placement of the callout leader.

LeaderWidth

Gets or sets the width of the callout leader.

MaxWidth

Gets or sets the maximum width of the callout.

Padding

Gets or sets the padding around the callout's contents

TextColor

Gets or sets the color of the label text.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Applies to

TargetVersions
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.