DiagramClientView.ViewSize Property
Gets the size of the viewport in world units.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property ViewSize As SizeD
Get
public SizeD ViewSize { get; }
public:
property SizeD ViewSize {
SizeD get ();
}
member ViewSize : SizeD
function get ViewSize () : SizeD
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.