Orientation |
The OrientationSwitchTypeConverter Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| OrientationSwitchTypeConverter | initializes a new instance of the OrientationSwitchTypeConverter class |
| Name | Description of the | |
|---|---|---|
| CanConvertFrom |
Returns True if the passed sourceType could be converted
(i.e. is of type string).
(Overwrites TypeConverterCanConvertFrom(ITypeDescriptorContext, Type)) | |
| CanConvertTo |
Returns True if it could be converted to the transferred destinationType
(i.e. the destinationType is of type string).
(Overwrites TypeConverterCanConvertTo(ITypeDescriptorContext, Type)) | |
| ConvertFrom |
Converts from string to OrientationSwitch.
(Overwrites TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object)) | |
| ConvertTo |
Converts from OrientationSwitch to string.
(Overwrites TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)) | |
| GetStandardValues |
An optional collection of default values for the conversion.
(Overwrites TypeConverterGetStandardValues(ITypeDescriptorContext)) | |
| GetStandardValuesSupported |
Returns True if default values are offered for the conversion.
(Overwrites TypeConverterGetStandardValuesSupported(ITypeDescriptorContext)) |