In This Topic
Gets or sets a value indicating whether the current legend's items are automatically generated at runtime from the map's layers. If true, the
Items collection is ignored.
Syntax
'Declaration
Public Property Automatic As Boolean
public bool Automatic {get; set;}
See Also