public SurfaceProperty(PropertyPanel parent)
 {
     Properties = new SortedDictionary <UIObject, Point>();
     _converter = new PngToXnb();
     Owner      = parent.Owner;
     Parent     = parent;
 }
Ejemplo n.º 2
0
 public TextProperty(PropertyPanel parent)
 {
     Properties = new SortedDictionary <UIObject, Point>();
     Owner      = parent.Owner;
     Parent     = parent;
 }
Ejemplo n.º 3
0
 public override void InitPropertyPanel()
 {
     Property = new PropertyPanel(this);
     Property.AddProperties(PropertyPanel.PropertyOwner.BUTTON);
     Property.SetupProperties();
 }
Ejemplo n.º 4
0
 public override void InitPropertyPanel()
 {
     Property = new PropertyPanel(this);
     Property.AddProperties(PropertyPanel.PropertyOwner.MULTITEXTBOX);
     Property.SetupProperties();
 }