Class Conditional
public class Conditional : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Conditional
- Implements
- Inherited Members
Fields
ElseProperty
public static readonly DependencyProperty ElseProperty
Field Value
IfProperty
public static readonly DependencyProperty IfProperty
Field Value
ThenProperty
public static readonly DependencyProperty ThenProperty
Field Value
Properties
Else
public object Else { get; set; }
Property Value
If
public bool If { get; set; }
Property Value
Then
public object Then { get; set; }