Name | Description | |
---|---|---|
StyleItem Constructor | Overloaded. |
The following tables list the members exposed by StyleItem.
Name | Description | |
---|---|---|
StyleItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
Category | Gets or sets the category of style item. | |
ItemType | Gets or sets the type of style item. Style items can be one of the types defined in StyleItemType enumeration. | |
Key | Gets or sets the key of style item. | |
Name | Gets or sets the name of style item. | |
PatchHeight | Gets or sets the height of the preview image for the style item. | |
PatchWidth | Gets or sets the width of preview image for the style item. | |
PreviewImage | Gets the preview image for the style item. | |
StylePath | Gets the path to the style that this StyleItem came from. | |
Tags | Gets or sets the tags for style item. |
Name | Description | |
---|---|---|
GeneratePreview | Creates a preview image for the style item. This method doesn't support legend patch style items, use the GeneratePreviewAsync method instead for generating a preview for legend patch style items. | |
GeneratePreviewAsync | Creates a preview image for the style item. | |
GenerateSymbolPreview | Creates a highlighted preview image for the symbol style item. This method must be called on the MCT. Use QueuedTask.Run. | |
GetObject | Gets object representing the style item. | |
SetObject | Sets the properties of the style item equal to the object passed as argument. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |