Interface IGDimension
The public interface for GDimension
[DefaultImplementationType(typeof(GDimension))]
[XmlDefaultImplementationType(typeof(GDimension))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//GDimension")]
public interface IGDimension : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Height
The height property
[XmlElementName("height")]
[XmlAttribute(true)]
double Height { get; set; }
Property Value
Width
The width property
[XmlElementName("width")]
[XmlAttribute(true)]
double Width { get; set; }