示例#1
0
 public Label()
 {
     _defaultFontSize  = PointSize;
     _defaultTextColor = base.TextColor;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Entry"/> class.
 /// </summary>
 public Entry()
 {
     _defaultFontSize         = PointSize;
     _defaultTextColor        = base.TextColor;
     _defaultPlaceholderColor = PlaceholderTextColor;
 }