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