IShape.Width Property

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

double Width { get; }
property double Width {
    double get();
}
abstract Width : float with get
ReadOnly Property Width As Double

Property Value

Type: System.Double

See Also

IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace

Return to top