コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Sets the width of the textblock used by Snaps to display strings of text
 /// </summary>
 /// <param name="width">required width in pixels</param>
 public static void SetDisplayStringWidth(double width)
 {
     manager.SetDisplayStringWidth(width);
 }