获取 Gallery 容器控件中指定索引位置的 GalleryItemGroup 分组。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
IGalleryItemGroup Item[
	int groupIndex
] { get; }

参数

groupIndex
Type: System..::.Int32
指定的索引位置。

返回值

指定索引位置的 GalleryItemGroup 分组。

请参见