Interface IShape
The public interface for Shape
[DefaultImplementationType(typeof(Shape))]
[XmlDefaultImplementationType(typeof(Shape))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//Shape")]
public interface IShape : INotationElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Position
The position property
[Browsable(false)]
[XmlElementName("position")]
[XmlAttribute(false)]
[Containment]
IGPoint Position { get; set; }
Property Value
Size
The size property
[Browsable(false)]
[XmlElementName("size")]
[XmlAttribute(false)]
[Containment]
IGDimension Size { get; set; }