Example #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);
 }
Example #2
0
 public UISCustomScale3Element(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Example #3
0
 public UISCustomAnimationElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Example #4
0
 public UISCustomSoildColorElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Example #5
0
 public UISCustomTextElement(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Example #6
0
 public UISPredefineRenderable(UISElement <UISProperty> contianer) : base(contianer)
 {
 }
Example #7
0
 public UISCustomRenderable(UISElement <UISProperty> contianer) : base(contianer)
 {
 }