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