menu

UWP

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

    Show / Hide Table of Contents

    Class SingleStrikeThroughToggleConverter

    Implements a type converter for converting StrikeThrough.Single to and from System.Boolean type.

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

    Constructors

    SingleStrikeThroughToggleConverter()

    Initializes a new instance of the SingleStrikeThroughToggleConverter class.

    Declaration
    public SingleStrikeThroughToggleConverter()

    Methods

    Convert(Object, Type, Object, String)

    Converts the StrikeThrough 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 StrikeThrough is SingleStrike. 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 StrikeThrough 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 StrikeThrough.SingleStrike, if true. Otherwise StrikeThrough.None.

    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