Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of scroll units to scroll for scrolling a page.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property ScrollPageSize As Size
public Size ScrollPageSize { get; }
public:
property Size ScrollPageSize {
Size get ();
}
member ScrollPageSize : Size
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.