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