ConditionalUriExtension.Condition Property

DevZest WPF Docking

ConditionalUriExtensionCondition Property
Gets the condition to select the Uri.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool Condition { get; set; }
Public Property Condition As Boolean
	Get
	Set

Property Value

Type: Boolean
The condition to select the Uri.
See Also