menu

UWP

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

    Show / Hide Table of Contents

    Class SizeModeToVisibilityConverter

    Convert SizeMode into Visibility

    Inheritance
    System.Object
    SizeModeToVisibilityConverter
    Implements
    Windows.UI.Xaml.Data.IValueConverter
    Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
    Assembly: Syncfusion.SfRibbon.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class SizeModeToVisibilityConverter : Object, IValueConverter

    Constructors

    SizeModeToVisibilityConverter()

    Declaration
    public SizeModeToVisibilityConverter()

    Methods

    Convert(Object, Type, Object, String)

    Converts a value of SizeMode to Visibility

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

    object value

    System.Type targetType

    type of target object

    System.Object parameter

    object parameter

    System.String language

    string language

    Returns
    Type Description
    System.Object

    returns object

    ConvertBack(Object, Type, Object, String)

    Inverse of Convert Method

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

    object value

    System.Type targetType

    type of target object

    System.Object parameter

    object parameter

    System.String language

    string language

    Returns
    Type Description
    System.Object

    returns object

    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