[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ImageEditorSetting

类 ImageEditorSetting

图片编辑器。如图片类型使用的[选择图片...]属性。

继承
object
ImageEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class ImageEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged

构造函数

ImageEditorSetting()

图片编辑器。如图片类型使用的[选择图片...]属性。

声明
public ImageEditorSetting()

属性

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

实现

System.ComponentModel.INotifyPropertyChanged