Class ShapeTypeHint
Type hints for shapes
public class ShapeTypeHint : TypeHint
- Inheritance
-
ShapeTypeHint
- Inherited Members
Properties
ContainableElementTypeIds
The types of elements that can be contained by this element (if any)
public string[] ContainableElementTypeIds { get; init; }
Property Value
- string[]
Reparentable
Specifies whether the element can be moved to another parent
public bool Reparentable { get; init; }
Property Value
Resizable
Specifies whether the element can be resized.
public bool Resizable { get; init; }