[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.HyperlinkBaseEditorSetting

类 HyperlinkBaseEditorSetting

超链接类型的属性编辑控件

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

构造函数

HyperlinkBaseEditorSetting()

超链接类型的属性编辑控件

声明
protected HyperlinkBaseEditorSetting()

属性

DescriptionMargin

描述气泡图标外边距

声明
public Thickness DescriptionMargin { get; }
属性值
类型 描述
System.Windows.Thickness

FontSize

字体大小

声明
public double FontSize { get; set; }
属性值
类型 描述
double

Margin

外边距

声明
public Thickness Margin { get; set; }
属性值
类型 描述
System.Windows.Thickness

方法

IsValueEmpty(object)

判断是否值为空

声明
public virtual bool? IsValueEmpty(object value)
参数
类型 名称 描述
object value

返回值
类型 描述
bool?

为空返回true,否则返回false

UpdateDisplayName(string)

更新显示名,默认实现会在属性名后加...表示有二级弹出

声明
public override string UpdateDisplayName(string propertyName)
参数
类型 名称 描述
string propertyName
返回值
类型 描述
string
重载
EditorSetting.UpdateDisplayName(string)

实现

System.ComponentModel.INotifyPropertyChanged