RT state managment and rectangle support
This commit is contained in:
10
dotnet/AipsRT/Model/Whiteboard/Shapes/TextShape.cs
Normal file
10
dotnet/AipsRT/Model/Whiteboard/Shapes/TextShape.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using AipsRT.Model.Whiteboard.Shapes;
|
||||
|
||||
namespace AipsRT.Model.Whiteboard.Shapes;
|
||||
|
||||
public class TextShape : Shape
|
||||
{
|
||||
public string TextValue { get; set; }
|
||||
|
||||
public int TextSize { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user