HypernovaDesktop Components · docs
Binarymission
WPFControl Visual Sizer › ResizerGripElementAlignmentConverter

ResizerGripElementAlignmentConverter

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Containers

Places the resize grip at the correct end of the control for the resize direction being converted, given the orientation passed as the converter parameter.

public sealed class ResizerGripElementAlignmentConverter : IValueConverter

Inherits from / implements: IValueConverter

Members at a glance

ConvertPerforms the conversion this converter exists for, as described on ResizerGripElementAlignmentConverter.
ConvertBackConverts back towards the binding source. This conversion is one-way, so it yields no usable value.

Methods

Convert

public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)

Performs the conversion this converter exists for, as described on ResizerGripElementAlignmentConverter.

value
The value produced by the binding source.
targetType
The type the binding target expects.
parameter
The converter parameter given in the binding.
culture
The culture to use for the conversion.

Returns. The converted value.

ConvertBack

public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)

Converts back towards the binding source. This conversion is one-way, so it yields no usable value.

value
The value produced by the binding source.
targetType
The type the binding target expects.
parameter
The converter parameter given in the binding.
culture
The culture to use for the conversion.

Returns. No usable value.