Class InclusiveChoice
public class InclusiveChoice : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
InclusiveChoice
- Implements
- Inherited Members
Fields
FalseTextProperty
public static readonly DependencyProperty FalseTextProperty
Field Value
IsFalseProperty
public static readonly DependencyProperty IsFalseProperty
Field Value
IsNullProperty
public static readonly DependencyProperty IsNullProperty
Field Value
IsTrueProperty
public static readonly DependencyProperty IsTrueProperty
Field Value
NullTextProperty
public static readonly DependencyProperty NullTextProperty
Field Value
TrueTextProperty
public static readonly DependencyProperty TrueTextProperty
Field Value
Properties
FalseText
public string FalseText { get; set; }
Property Value
IsFalse
public bool IsFalse { get; set; }
Property Value
IsNull
public bool IsNull { get; set; }
Property Value
IsTrue
public bool IsTrue { get; set; }
Property Value
NullText
public string NullText { get; set; }
Property Value
TrueText
public string TrueText { get; set; }