Search Results for

    Show / Hide Table of Contents

    Class DynamicStatusBar.Binding

    Inheritance
    System.Object
    DynamicStatusBar.Binding
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class Binding : Object

    Constructors

    Binding(View, String, View, String, DynamicStatusBar.IValueConverter)

    Declaration
    public Binding(View source, string sourcePropertyName, View target, string targetPropertyName, DynamicStatusBar.IValueConverter valueConverter = null)
    Parameters
    Type Name Description
    View source
    System.String sourcePropertyName
    View target
    System.String targetPropertyName
    DynamicStatusBar.IValueConverter valueConverter

    Properties

    Source

    Declaration
    public View Source { get; }
    Property Value
    Type Description
    View

    SourcePropertyName

    Declaration
    public string SourcePropertyName { get; }
    Property Value
    Type Description
    System.String

    Target

    Declaration
    public View Target { get; }
    Property Value
    Type Description
    View

    TargetPropertyName

    Declaration
    public string TargetPropertyName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX