Table of Contents

Interface IGDimension

Namespace
NMF.Glsp.Notation
Assembly
NMF.Glsp.dll

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

double

Width

The width property

[XmlElementName("width")]
[XmlAttribute(true)]
double Width { get; set; }

Property Value

double