Exemplo n.º 1
0
 public static double GetWidth(RendererBase source)
 {
     return((double)source.GetValue(WidthProperty));
 }
Exemplo n.º 2
0
 public static WriteableBitmap GetBitmap(RendererBase source)
 {
     return((WriteableBitmap)source.GetValue(BitmapProperty));
 }
Exemplo n.º 3
0
 public static ICore GetCore(RendererBase source)
 {
     return((ICore)source.GetValue(CoreProperty));
 }
Exemplo n.º 4
0
 public static Color GetColor(RendererBase source)
 {
     return((Color)source.GetValue(ColorProperty));
 }
Exemplo n.º 5
0
 public static Rect GetViewbox(RendererBase source)
 {
     return((Rect)source.GetValue(ViewboxProperty));
 }
Exemplo n.º 6
0
 public static double GetHeight(RendererBase source)
 {
     return((double)source.GetValue(HeightProperty));
 }