The maximum number of map tips to draw.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")>
<DefaultValueAttribute()>
<BindableAttribute(True)>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("MapTips")>
Public Property FeatureLimit As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MapTips
Dim value As Integer
instance.FeatureLimit = value
value = instance.FeatureLimit
|
| C# | |
|---|
[ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")]
[DefaultValueAttribute()]
[BindableAttribute(true)]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("MapTips")]
public int FeatureLimit {get; set;} |
Return Value
Maximum number of maptips to draw on the map.
Remarks
See Also