compile ok .ㅠㅠ
This commit is contained in:
14
Cs_HMI/SubProject/AGVControl/Models/MapText.cs
Normal file
14
Cs_HMI/SubProject/AGVControl/Models/MapText.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Drawing;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
namespace AGVControl.Models
|
||||
{
|
||||
public class MapText
|
||||
{
|
||||
public Point Location { get; set; }
|
||||
public string Text { get; set; }
|
||||
public Color TextColor { get; set; }
|
||||
public Color BackgroundColor { get; set; }
|
||||
public Font Font { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user