DiagramClientView.ScrollPageSize Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property ScrollPageSize As Size
'Usage
Dim instance As DiagramClientView
Dim value As Size
value = instance.ScrollPageSize
public Size ScrollPageSize { get; }
public:
property Size ScrollPageSize {
Size get ();
}
public function get ScrollPageSize () : Size
Property Value
Type: System.Drawing.Size
.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.