Add stirrup primitives
This commit is contained in:
@@ -27,7 +27,8 @@ namespace DataAccess.DTOs
|
||||
Id = id;
|
||||
VisualProperty = new PrimitiveVisualPropertyDTO(Guid.NewGuid())
|
||||
{
|
||||
Color = (Color)ColorConverter.ConvertFromString("Black")
|
||||
Color = (Color)ColorConverter.ConvertFromString("Gray"),
|
||||
Opacity = 0.5
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,8 @@ namespace DataAccess.DTOs
|
||||
Id = id;
|
||||
VisualProperty = new PrimitiveVisualPropertyDTO(Guid.NewGuid())
|
||||
{
|
||||
Color = (Color)ColorConverter.ConvertFromString("Brown")
|
||||
Color = (Color)ColorConverter.ConvertFromString("Brown"),
|
||||
Opacity = 0.5
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user