获取颜色库中指定索引处的色板。
命名空间:
SuperMap.UI程序集: SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll
语法
C# |
---|
public ColorSwatch this[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的色板在颜色库中的索引值。
C# |
---|
public ColorSwatch this[ int index ] { get; } |