[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ImageValue

类 ImageValue

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

继承
object
ImageValue
实现
System.ICloneable
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class ImageValue : ICloneable
示例
public class MyImageCellType : CellType
{
    public ImageValue ImageInfo { get; set; }
}

构造函数

ImageValue()

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

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

属性

BuiltIn

是否是内置图片。

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

Color

内置图片的颜色,只有当图片为SVG格式时才能起作用。

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

Name

图片名。

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

UseCellTypeForeColor

使用单元格字体颜色

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

实现

System.ICloneable