Class CalloutStyle
CalloutStyle class for defining the appearance of a callout on the GeoView
Inheritance
Implements
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
| Target | Versions |
|---|---|
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |