コード例 #1
0
ファイル: frmSample2.cs プロジェクト: eglrp/TESTPROJECT-1
 static CellPoints()
 {
     s_NoBorderInt               = new SourceGrid2.VisualModels.Common();
     s_NoBorderInt.Border        = SourceGrid2.RectangleBorder.NoBorder;
     s_NoBorderInt.TextAlignment = ContentAlignment.MiddleRight;
     s_NoBorderInt.MakeReadOnly();
 }
コード例 #2
0
ファイル: frmSample2.cs プロジェクト: eglrp/TESTPROJECT-1
 static CellBall()
 {
     s_Properties        = new SourceGrid2.VisualModels.Common();
     s_Properties.Border = SourceGrid2.RectangleBorder.NoBorder;
     System.IO.Stream l_Stream = System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("SampleProject.Samples.CalcioSmall.bmp");
     s_Properties.Image          = Image.FromStream(l_Stream);
     s_Properties.ImageAlignment = ContentAlignment.MiddleCenter;
     s_Properties.MakeReadOnly();
 }