Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Class SelectableBindings

    选择器的绑定设置类

    Inheritance
    object
    SelectableBindings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Fleet.Mobile.Containers
    Assembly: FleetMobile.dll
    Syntax
    public class SelectableBindings

    Constructors

    SelectableBindings(BindingBase, BindingBase, BindingBase, BindingBase)

    选择器的绑定设置类

    Declaration
    public SelectableBindings(BindingBase display, BindingBase textColor = null, BindingBase colorBox = null, BindingBase detail = null)
    Parameters
    BindingBase display

    选择项文本绑定对象

    BindingBase textColor

    选择项文字颜色绑定对象,默认为 null

    BindingBase colorBox

    选择项前缀颜色绑定对象,默认为 null

    BindingBase detail

    详细文本绑定对象,默认为 null

    Properties

    ColorBox

    获取选择项前缀颜色绑定对象

    Declaration
    public BindingBase ColorBox { get; }
    Property Value
    BindingBase

    Detail

    获取详细文本绑定对象

    Declaration
    public BindingBase Detail { get; }
    Property Value
    BindingBase

    Display

    获取选择项文本绑定对象

    Declaration
    public BindingBase Display { get; }
    Property Value
    BindingBase

    TextColor

    获取选择项文字颜色绑定对象

    Declaration
    public BindingBase TextColor { get; }
    Property Value
    BindingBase

    In this article
    Back to top Generated by DocFX