Click or drag to resize

PluginThumbnailLocationAttribute Class

返回用户文档首页
定义插件缩略图的文件名与路径, 用于组件管理器中的缩略图模式显示
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginThumbnailLocationAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public sealed class PluginThumbnailLocationAttribute : Attribute

The PluginThumbnailLocationAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginThumbnailLocationAttribute 构造函数
Top
Properties
 NameDescription
Public propertyThumbnailFileName 缩略图文件名
Public propertyThumbnailSubFolder 缩略图文件相对插件所在目录的子目录
Top
Remarks
格式为PNG,建议分辨率128x128; 如插件不定义此标签, 则默认文件名为thumbnail, 默认子目录为插件所在目录
See Also