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.Object |
SelectedTemplate
Declaration
object SelectedTemplate
{
}
Property Value
Type | Description |
---|---|
System.Object |
Methods
ToConvert(Object[], Type, Object, CultureInfo)
Declaration
public override object ToConvert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | values | |
System.Type | targetType | |
System.Object | parameter | |
System.Globalization.CultureInfo | culture |
Returns
Type | Description |
---|---|
System.Object |
Overrides
Implements
System.Windows.Data.IMultiValueConverter