Table of Contents

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

DependencyProperty

CheckedForegroundProperty

public static readonly DependencyProperty CheckedForegroundProperty

Field Value

DependencyProperty

CheckedTextProperty

public static readonly DependencyProperty CheckedTextProperty

Field Value

DependencyProperty

TextProperty

public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

CheckedBackground

选中状态背景色

public Brush CheckedBackground { get; set; }

Property Value

Brush

CheckedForeground

选中状态前景样式

public Brush CheckedForeground { get; set; }

Property Value

Brush

CheckedText

选中状态文本

public string CheckedText { get; set; }

Property Value

string

Text

默认文本(未选中)

public string Text { get; set; }

Property Value

string