[]
图片编辑器。如图片类型使用的[选择图片...]属性。
public class ImageEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged
图片编辑器。如图片类型使用的[选择图片...]属性。
public ImageEditorSetting()
没有图标时,打开对话的默认选项卡序号,0是Image,1是Svg
public int DefaultActiveTabIndex { get; set; }
类型 | 描述 |
---|---|
int |
没有图标时,打开对话框的默认图标颜色
public string DefaultIconColor { get; set; }
类型 | 描述 |
---|---|
string |
没有图标时,打开对话的默认Svg是否勾选使用单元格颜色
public bool DefaultUseCellColor { get; set; }
类型 | 描述 |
---|---|
bool |
是否支持SVG。
public bool SupportSvg { get; set; }
类型 | 描述 |
---|---|
bool |
是否支持除Svg使用单元格颜色
public bool SupportUseCellColor { get; set; }
类型 | 描述 |
---|---|
bool |