![]() | ThicknessMultiplyConverter Class |
Namespace: TomsToolbox.Wpf.Converters
The ThicknessMultiplyConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThicknessMultiplyConverter | Initializes a new instance of the ThicknessMultiplyConverter class |
Name | Description | |
---|---|---|
![]() | ConvertBackErrorValue |
Gets or sets the error value, which is returned whenever the value to convert back produces an error; the default is UnsetValue.
[CanBeNull] (Inherited from ValueConverter.) |
![]() | ConvertBackNullValue |
Gets or sets the null value, which is returned whenever the value to convert back is null; the default is null.
[CanBeNull] (Inherited from ValueConverter.) |
![]() | ConvertBackUnsetValue |
Gets or sets the unset value, which is returned whenever the value to convert back is UnsetValue; the default is UnsetValue.
[CanBeNull] (Inherited from ValueConverter.) |
![]() | ConvertErrorValue |
Gets or sets the error value, which is returned whenever the value to convert produces an error; the default is UnsetValue.
[CanBeNull] (Inherited from ValueConverter.) |
![]() | ConvertNullValue |
Gets or sets the null value, which is returned whenever the value to convert is null; the default is null.
[CanBeNull] (Inherited from ValueConverter.) |
![]() | ConvertUnsetValue |
Gets or sets the unset value, which is returned whenever the value to convert is UnsetValue; the default is UnsetValue.
[CanBeNull] (Inherited from ValueConverter.) |
Name | Description | |
---|---|---|
![]() ![]() | Convert(Object, Object) |
Converts the specified values.
[NotNull] |
![]() | Convert(Object, Type, Object, CultureInfo) |
Converts a value.
Null or UnSet are unchanged, a Thickness is multiplied by the Thickness in the parameter.
[NotNull] (Overrides ValueConverterConvert(Object, Type, Object, CultureInfo).) |
![]() | ConvertBack |
Converts a value.
[CanBeNull] (Inherited from ValueConverter.) |
![]() ![]() | Multiply |
Multiplies all corresponding members of both structures.
|
Name | Description | |
---|---|---|
![]() | SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
[CanBeNull] (Defined by ObjectExtensions.) |