menu

UWP

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

    Show / Hide Table of Contents

    Class SubscriptToggleConverter

    Implements a type converter for converting BaselineAlignment.Subscript to and from System.Boolean type.

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

    Constructors

    SubscriptToggleConverter()

    Initializes a new instance of the SubscriptToggleConverter class.

    Declaration
    public SubscriptToggleConverter()

    Methods

    Convert(Object, Type, Object, String)

    Converts the BaselineAlignment 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 BaselineAlignment is Subscript. 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 BaselineAlignment 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 BaselineAlignment.Subscript, if true. Otherwise BaselineAlignment.Normal.

    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