DiagramClientView.ScrollPageSize Property

Gets the number of scroll units to scroll for scrolling a page.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property ScrollPageSize As Size
public Size ScrollPageSize { get; }
public:
property Size ScrollPageSize {
    Size get ();
}
member ScrollPageSize : Size with get
function get ScrollPageSize () : Size

Property Value

Type: System.Drawing.Size

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace