ClassGroupPositionToAlignmentConverter
Class
Value converter that converts a GroupPanelPosition value to a VerticalAlignment.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.View
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class GroupPositionToAlignmentConverter : IValueConverter
Inheritance: objectGroupPositionToAlignmentConverter
Implements:
Constructors
GroupPositionToAlignmentConverter()
Declaration
cs-api-definition
public GroupPositionToAlignmentConverter()
Methods
Convert(object, Type, object, string)
Convert a GroupPanelPosition value to a VerticalAlignment.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The source string being passed to the target.
targetType
The type of the target property, as a type reference.
parameter
Optional parameter. Not used.
language
The language of the conversion.
Returns
The string corresponding to the resource name.