Search Results for

    Show / Hide Table of Contents

    Class LevelToIndentConverter

    Compute the left margin of Toggle Button according to the level of current Item

    Inheritance
    System.Object
    LevelToIndentConverter
    Implements
    System.Windows.Data.IValueConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.QPP.Client.Framework.UI.ResourceDictionaries
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public class LevelToIndentConverter : IValueConverter

    Methods

    Convert(Object, Type, Object, CultureInfo)

    Converts the specified value.

    Declaration
    public object Convert(object value, Type type, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object value

    The value.

    System.Type type

    The type.

    System.Object parameter

    The parameter.

    System.Globalization.CultureInfo culture

    The culture.

    Returns
    Type Description
    System.Object

    ConvertBack(Object, Type, Object, CultureInfo)

    Converts back specified value.

    Declaration
    public object ConvertBack(object o, Type type, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object o

    The o.

    System.Type type

    The type.

    System.Object parameter

    The parameter.

    System.Globalization.CultureInfo culture

    The culture.

    Returns
    Type Description
    System.Object

    Implements

    System.Windows.Data.IValueConverter

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.