Beispiel #1
0
 public void setMySolidColorBrush(IMySolidColorBrush _mySolidColorBrush)
 {
     this.mySolidColorBrush = _mySolidColorBrush;
 }
 public void setMySolidColorBrushColorOff(IMySolidColorBrush _mySolidColorBrush)
 {
     this.colorOff = _mySolidColorBrush;
 }
 internal MyTextBlock(object _uiElement)
 {
     myTextBlock_tb    = (System.Windows.Controls.TextBlock)_uiElement;
     mySolidColorBrush = new MySolidColorBrush();
 }
Beispiel #4
0
 private void setMySolidColorBrush(IMySolidColorBrush _mySolidColorBrush)
 {
     this.mySolidColorBrush = _mySolidColorBrush;
 }
Beispiel #5
0
 public MyCartesianChart(CartesianChart _cartesianChart, MyCartesianChartType _chartType)
 {
     mySolidColorBrush    = new MySolidColorBrush();
     cartesianChart       = _cartesianChart;
     myCartesianChartType = _chartType;
 }