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


In This Topic
    MapSurroundStyleItem Class Members
    In This Topic

    The following tables list the members exposed by MapSurroundStyleItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the category of style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public PropertyGets or sets the type of style item. Style items can be one of the types defined in StyleItemType enumeration. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public Property Gets or sets the key of style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public PropertyGets or sets the ArcGIS.Core.CIM.CIMMapSurround of the map surround style item.  
    Public Property Gets or sets the name of style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public Property Gets or sets the height of the preview image for the style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public Property Gets or sets the width of preview image for the style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public Property Gets the preview image for the style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public PropertyGets the path to the style that this StyleItem came from. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Public Property Gets or sets the tags for style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Top
    Public Methods
     NameDescription
    Public Method Gets object representing the style item. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    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. (Inherited from ArcGIS.Desktop.Mapping.StyleItem)
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also