ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StyleItem Class
Properties Methods Events


In This Topic
    StyleItem Class Members
    In This Topic

    The following tables list the members exposed by StyleItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the category of style item.  
    Public PropertyGets or sets the type of style item. Style items can be one of the types defined in StyleItemType enumeration.  
    Public Property Gets or sets the key of style item.  
    Public Property Gets or sets the name of style item.  
    Public Property Gets or sets the height of the preview image for the style item.  
    Public Property Gets or sets the width of preview image for the style item.  
    Public Property Gets the preview image for the style item.  
    Public PropertyGets the path to the style that this StyleItem came from.  
    Public Property Gets or sets the tags for style item.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Creates a preview image for the style item.  
    Public Methodstatic (Shared in Visual Basic) Creates a highlighted preview image for the symbol style item. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets object representing the style item.  
    Public Method 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.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also