public class ColorStyleItem : StyleItem, System.ComponentModel.INotifyPropertyChanged
Public Class ColorStyleItem Inherits StyleItem Implements System.ComponentModel.INotifyPropertyChanged
public class ColorStyleItem : StyleItem, System.ComponentModel.INotifyPropertyChanged
Public Class ColorStyleItem Inherits StyleItem Implements System.ComponentModel.INotifyPropertyChanged
public async Task<IList<ColorStyleItem>> GetColorsFromStyleAsync(StyleProjectItem style, string searchString) { if (style == null) throw new System.ArgumentNullException(); //Search for colors return await QueuedTask.Run(() => style.SearchColors(searchString)); }
System.Object
ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
ArcGIS.Desktop.Mapping.StyleItem
ArcGIS.Desktop.Mapping.ColorStyleItem
Target Platforms: Windows 11, Windows 10