コード例 #1
0
ファイル: Label.cs プロジェクト: Zebra/iFactr-Android
 /// <summary>
 /// Initializes a new instance of the <see cref="Label"/> class.
 /// </summary>
 /// <param name="style">The <see cref="Style"/> instance to style this object with.</param>
 public Label(LabelStyle style)
 {
     Style = style.Clone();
 }