Table of Contents

Class Conditional

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

Fields

ElseProperty

public static readonly DependencyProperty ElseProperty

Field Value

DependencyProperty

IfProperty

public static readonly DependencyProperty IfProperty

Field Value

DependencyProperty

ThenProperty

public static readonly DependencyProperty ThenProperty

Field Value

DependencyProperty

Properties

Else

public object Else { get; set; }

Property Value

object

If

public bool If { get; set; }

Property Value

bool

Then

public object Then { get; set; }

Property Value

object