Class GridLengthConverter
GridLengthConverter - Converter class for converting instances of other types to and from GridLength instances.
public class GridLengthConverter : TypeConverter
- Inheritance
-
GridLengthConverter
Methods
- CanConvertFrom(ITypeDescriptorContext, Type)
Checks whether or not this class can convert from a given type.
- CanConvertTo(ITypeDescriptorContext, Type)
Checks whether or not this class can convert to a given type.
- ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Attempts to convert to a GridLength from the given object.
- ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Attempts to convert a GridLength instance to the given type.