[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ImageValuePropertyAttribute

类 ImageValuePropertyAttribute

一种活字格自定义的属性类型。具有该类型的插件内部属性,其对应的编辑器可打开活字格默认的图片选择对话框。

继承
object
System.Attribute
ImageValuePropertyAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class ImageValuePropertyAttribute : Attribute
示例
public class MyImageCellType : CellType
{
    [ImageValueProperty()]
    public ImageValue ImageInfo { get; set; }
}

构造函数

ImageValuePropertyAttribute()

一种活字格自定义的属性类型。具有该类型的插件内部属性,其对应的编辑器可打开活字格默认的图片选择对话框。

声明
public ImageValuePropertyAttribute()
示例
public class MyImageCellType : CellType
{
    [ImageValueProperty()]
    public ImageValue ImageInfo { get; set; }
}

属性

DefaultActiveTabIndex

没有图标时,打开对话的默认选项卡序号,0是Image,1是Svg

声明
public int DefaultActiveTabIndex { get; set; }
属性值
类型 描述
int

DefaultIconColor

没有图标时,打开对话框的默认图标颜色

声明
public string DefaultIconColor { get; set; }
属性值
类型 描述
string

DefaultUseCellColor

没有图标时,打开对话的默认Svg是否勾选使用单元格颜色

声明
public bool DefaultUseCellColor { get; set; }
属性值
类型 描述
bool

SupportSvg

是否支持SVG。

声明
public bool SupportSvg { get; set; }
属性值
类型 描述
bool

SupportUseCellColor

是否支持除Svg使用单元格颜色

声明
public bool SupportUseCellColor { get; set; }
属性值
类型 描述
bool