Class BulletCheckBox
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
BulletCheckBox.xaml 的交互逻辑
public class BulletCheckBox : CheckBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
- Inheritance
-
BulletCheckBox
- Implements
- Inherited Members
- Extension Methods
Constructors
BulletCheckBox()
public BulletCheckBox()
Fields
CheckedBackgroundProperty
public static readonly DependencyProperty CheckedBackgroundProperty
Field Value
CheckedForegroundProperty
public static readonly DependencyProperty CheckedForegroundProperty
Field Value
CheckedTextProperty
public static readonly DependencyProperty CheckedTextProperty
Field Value
TextProperty
public static readonly DependencyProperty TextProperty
Field Value
Properties
CheckedBackground
选中状态背景色
public Brush CheckedBackground { get; set; }
Property Value
CheckedForeground
选中状态前景样式
public Brush CheckedForeground { get; set; }
Property Value
CheckedText
选中状态文本
public string CheckedText { get; set; }
Property Value
Text
默认文本(未选中)
public string Text { get; set; }