[]
Represents a Binding converter that indicates whether a binding source value contains an enum member (flag) specified in the converter parameter.
public class SelectedEnumMemberFlagConverter : SelectedEnumMemberConverterBase, IValueConverter
Source - Target behavior:
If source value is an enum member and it contains a flag specified in a converter parameter, then the target is True; otherwise, False.
Target - Source behavior:
If target is True, then the source is the enum member specified in a parameter. Otherwise, the source is not updated.
Name | Description |
---|---|
SelectedEnumMemberFlagConverter() | Creates a new instance of SelectedEnumMemberFlagConverter. |
Name | Description |
---|---|
Default | Gets an instance of SelectedEnumMemberFlagConverter. |