AndroidCtrlUI.XTools.Behaviors.TreeItemAttach.UIPropertyMetadata C# (CSharp) Method

UIPropertyMetadata() private method

DependencyProperty
private UIPropertyMetadata ( ) : System.Windows
return System.Windows
                public static readonly DependencyProperty BringIntoViewProperty = DependencyProperty.RegisterAttached("BringIntoView", typeof(bool), typeof(TreeItemAttach), new UIPropertyMetadata(false, (s, e) =>
                {
TreeItemAttach