DialogAction 类
public class DialogAction : DependencyObject
- 继承
-
DialogAction
- 继承成员
-
字段
CustomIconProperty
public static readonly DependencyProperty CustomIconProperty
字段值
- DependencyProperty
IsPrimaryProperty
public static readonly DependencyProperty IsPrimaryProperty
字段值
- DependencyProperty
NameProperty
public static readonly DependencyProperty NameProperty
字段值
- DependencyProperty
PackIconKindProperty
public static readonly DependencyProperty PackIconKindProperty
字段值
- DependencyProperty
UseCustomIconProperty
public static readonly DependencyProperty UseCustomIconProperty
字段值
- DependencyProperty
属性
CustomIcon
public object CustomIcon { get; set; }
属性值
- object
IsPrimary
public bool IsPrimary { get; set; }
属性值
- bool
Name
public string Name { get; set; }
属性值
- string
PackIconKind
public PackIconKind PackIconKind { get; set; }
属性值
- PackIconKind
UseCustomIcon
public bool UseCustomIcon { get; set; }
属性值
- bool