menu

UWP

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

    Show / Hide Table of Contents

    Class HeaderHeightConverter

    HeaderHeightConverter is a class which helps to convert HeaderHeight

    Inheritance
    System.Object
    HeaderHeightConverter
    Implements
    Windows.UI.Xaml.Data.IValueConverter
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.dll
    Syntax
    public class HeaderHeightConverter : Object, IValueConverter

    Constructors

    HeaderHeightConverter()

    Declaration
    public HeaderHeightConverter()

    Methods

    Convert(Object, Type, Object, String)

    Converts a value of HeaderHeight

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

    value of HeaderHeight

    System.Type targetType

    Type of the Target element

    System.Object parameter

    Parameter of the converter

    System.String language

    Language of the converter

    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

    value of HeaderHeight

    System.Type targetType

    Type of the Target element

    System.Object parameter

    Parameter of the converter

    System.String language

    Language of the converter

    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