menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CenterAlignmentToggleConverter - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CenterAlignmentToggleConverter

    Implements a type converter for converting TextAlignment.Center to and from System.Boolean type.

    Inheritance
    System.Object
    CenterAlignmentToggleConverter
    Implements
    Windows.UI.Xaml.Data.IValueConverter
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class CenterAlignmentToggleConverter : Object, IValueConverter

    Constructors

    CenterAlignmentToggleConverter()

    Initializes a new instance of the CenterAlignmentToggleConverter class.

    Declaration
    public CenterAlignmentToggleConverter()

    Methods

    Convert(Object, Type, Object, String)

    Converts the Windows.UI.Xaml.TextAlignment value to the respective bool value.

    Declaration
    public object Convert(object value, Type targetType, object parameter, string language)
    Parameters
    Type Name Description
    System.Object value

    The source data being passed to the target.

    System.Type targetType

    The type of the target property.

    System.Object parameter

    An optional parameter to be used in the converter logic.

    System.String language

    The language of the conversion.

    Returns
    Type Description
    System.Object

    True, if the Windows.UI.Xaml.TextAlignment is Center. Otherwise False.

    Remarks

    Modifies the source data before passing it to the target for display in the UI.

    ConvertBack(Object, Type, Object, String)

    Converts the bool value to the respective Windows.UI.Xaml.TextAlignment value.

    Declaration
    public object ConvertBack(object value, Type targetType, object parameter, string language)
    Parameters
    Type Name Description
    System.Object value

    The target data being passed to the source.

    System.Type targetType

    The type of the target property, specified by a helper structure that wraps the type name.

    System.Object parameter

    An optional parameter to be used in the converter logic.

    System.String language

    The language of the conversion.

    Returns
    Type Description
    System.Object

    Returns TextAlignment.Center by default. If the value is false, returns TextAlignment.Left.

    Remarks

    Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.

    Implements

    Windows.UI.Xaml.Data.IValueConverter

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved