Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.Diagram.width"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public int width { get; set; }
Visual Basic
Public Property width As Integer
	Get
	Set
Visual C++
public:
virtual property int width {
	int get () sealed;
	void set (int value) sealed;
}

Implements

Diagramwidth()()()()

See Also