Beispiel #1
0
        public override void AddItem(GraphicObject g)
        {
            base.AddItem (g);

            if (orientation == Orientation.Horizontal)
                g.NotifyValueChanged ("PopDirection", Alignment.Bottom);
            else
                g.NotifyValueChanged ("PopDirection", Alignment.Right);
        }
Beispiel #2
0
        public override void AddItem(GraphicObject g)
        {
            base.AddItem(g);

            if (orientation == Orientation.Horizontal)
            {
                g.NotifyValueChanged("PopDirection", Alignment.Bottom);
            }
            else
            {
                g.NotifyValueChanged("PopDirection", Alignment.Right);
            }
        }
Beispiel #3
0
 public override void AddItem(GraphicObject g)
 {
     base.AddItem (g);
     g.NotifyValueChanged ("PopDirection", Alignment.Right);
 }
Beispiel #4
0
 public override void AddItem(GraphicObject g)
 {
     base.AddItem(g);
     g.NotifyValueChanged("PopDirection", Alignment.Right);
 }