Table of Contents

Class InclusiveChoice

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class InclusiveChoice : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
InclusiveChoice
Implements
Inherited Members

Fields

FalseTextProperty

public static readonly DependencyProperty FalseTextProperty

Field Value

DependencyProperty

IsFalseProperty

public static readonly DependencyProperty IsFalseProperty

Field Value

DependencyProperty

IsNullProperty

public static readonly DependencyProperty IsNullProperty

Field Value

DependencyProperty

IsTrueProperty

public static readonly DependencyProperty IsTrueProperty

Field Value

DependencyProperty

NullTextProperty

public static readonly DependencyProperty NullTextProperty

Field Value

DependencyProperty

TrueTextProperty

public static readonly DependencyProperty TrueTextProperty

Field Value

DependencyProperty

Properties

FalseText

public string FalseText { get; set; }

Property Value

string

IsFalse

public bool IsFalse { get; set; }

Property Value

bool

IsNull

public bool IsNull { get; set; }

Property Value

bool

IsTrue

public bool IsTrue { get; set; }

Property Value

bool

NullText

public string NullText { get; set; }

Property Value

string

TrueText

public string TrueText { get; set; }

Property Value

string