[]
超链接类型的属性编辑控件
public abstract class HyperlinkBaseEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged
超链接类型的属性编辑控件
protected HyperlinkBaseEditorSetting()
描述气泡图标外边距
public Thickness DescriptionMargin { get; }
| 类型 | 描述 |
|---|---|
| System.Windows.Thickness |
字体大小
public double FontSize { get; set; }
| 类型 | 描述 |
|---|---|
| double |
外边距
public Thickness Margin { get; set; }
| 类型 | 描述 |
|---|---|
| System.Windows.Thickness |
判断是否值为空
public virtual bool? IsValueEmpty(object value)
| 类型 | 名称 | 描述 |
|---|---|---|
| object | value | 值 |
| 类型 | 描述 |
|---|---|
| bool? | 为空返回true,否则返回false |
更新显示名,默认实现会在属性名后加...表示有二级弹出
public override string UpdateDisplayName(string propertyName)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | propertyName |
| 类型 | 描述 |
|---|---|
| string |