Table of Contents

Class ContainPanelSetting

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public class ContainPanelSetting : LazySettingInstance<ContainPanelSetting>, INotifyPropertyChanged, IDisplayer, ISetting
Inheritance
ContainPanelSetting
Implements
Inherited Members
Extension Methods

Constructors

ContainPanelSetting()

public ContainPanelSetting()

Properties

CanAddMatch

[Browsable(false)]
public Func<UIElement, UIElement, bool> CanAddMatch { get; set; }

Property Value

Func<UIElement, UIElement, bool>

UseClickClose

[Display(Name = "启用点击灰色区域自动隐藏")]
public bool UseClickClose { get; set; }

Property Value

bool