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 mouse action that initiates the resizing of a shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property ResizeAction As ResizeAction
'Usage
Dim instance As Diagram
Dim value As ResizeAction
value = instance.ResizeAction
public ResizeAction ResizeAction { get; }
public:
property ResizeAction^ ResizeAction {
ResizeAction^ get ();
}
public function get ResizeAction () : ResizeAction
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ResizeAction
The mouse action that initiates the resizing of a shape.
.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.