Ejemplo n.º 1
0
 public GridSettings()
 {
     Rows                = 6;
     Columns             = 5;
     Mode                = DefaultMode;
     MediaItem           = new MediaItem();
     ShowBorder          = true;
     ShowShadow          = true;
     ShowImageBackground = false;
     HideOverflowText    = false;
     CellSpacing         = 10;
     CellShadow          = new GridCellShadow();
     CellBorder          = new GridCellBorder();
     Color               = new GridColor
     {
         Alpha = 1,
         Blue  = 70,
         Green = 70,
         Red   = 70
     };
 }
Ejemplo n.º 2
0
 public GridSettings()
 {
     Rows = 6;
     Columns = 5;
     Mode = DefaultMode;
     MediaItem = new MediaItem();
     ShowBorder = true;
     ShowShadow = true;
     ShowImageBackground = false;
     HideOverflowText = false;
     CellSpacing = 10;
     CellShadow = new GridCellShadow();
     CellBorder = new GridCellBorder();
     Color = new GridColor
     {
         Alpha = 1,
         Blue = 70,
         Green = 70,
         Red = 70
     };
 }