Class SelectedButtonConverter
Inheritance
System.Object
System.Windows.Markup.MarkupExtension
SelectedButtonConverter
Implements
System.Windows.Data.IMultiValueConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class SelectedButtonConverter : BaseMultiConverter, IMultiValueConverter
Properties
NotSelectedTemplate
Declaration
object NotSelectedTemplate
{
}
Property Value
Type | Description |
---|---|
System. |
SelectedTemplate
Declaration
object SelectedTemplate
{
}
Property Value
Type | Description |
---|---|
System. |
Methods
ToConvert(Object[], Type, Object, CultureInfo)
Declaration
public override object ToConvert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System. |
values | |
System. |
targetType | |
System. |
parameter | |
System. |
culture |
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
System.Windows.Data.IMultiValueConverter