ClassOrientationToVerticalAlignmentConverter
Class
Represents a custom IValueConverter that is created to set the alignment of the item action controls of the RadListView depending on the orientation of the control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class OrientationToVerticalAlignmentConverter : IValueConverter
Inheritance: objectOrientationToVerticalAlignmentConverter
Implements:
Constructors
OrientationToVerticalAlignmentConverter()
Declaration
cs-api-definition
public OrientationToVerticalAlignmentConverter()
Methods
Convert(object, Type, object, string)
Takes Orientation value and returns VerticalAlignment value that specifies the alignment of the corresponding action content.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The input value.
targetType
The type of the context.
parameter
Specifies which action button is being positioned. The available values are: "First" or "Second".
language
The language parameter.
Returns