Beispiel #1
0
 void OnUserDataAdded(string name, object value)
 {
     this.subEntries     = null;
     attributeProperties = hatch.GetAttributeProperties(Frame);
     propertyPage.Refresh(this);
 }
Beispiel #2
0
 private IPropertyEntry[] attributeProperties; // Anzeigen für die Attribute (Ebene, Farbe u.s.w)
 public ShowPropertyHatch(Hatch hatch, IFrame frame) : base(frame)
 {
     this.hatch          = hatch;
     base.resourceId     = "Hatch.Object";
     attributeProperties = hatch.GetAttributeProperties(Frame);
 }