Beispiel #1
0
 public UISRenderableElement(UISElement <UISProperty> contianer)
 {
     RenderProperty = contianer;
     RefreshProperties();
     ApplyProperties();
     this.RenderedObject.IsEnabled  = true;
     this.RenderedObject.Visibility = Visibility.Visible;
     this.RenderedObject.Name       = contianer.ElementName.Replace('-', '_');
     RenderManager.RenderLayer.Children.Add(RenderedObject);
 }
Beispiel #2
0
 public UISCustomScale3Element(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Beispiel #3
0
 public UISCustomAnimationElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Beispiel #4
0
 public UISCustomSoildColorElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Beispiel #5
0
 public UISCustomTextElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Beispiel #6
0
 public UISPredefineRenderable(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Beispiel #7
0
 public UISCustomRenderable(UISElement <UISProperty> contianer) : base(contianer)
 {
 }