DiagramPens.ShapeResizeOutline Property

Gets the resource Id for the shape's resize outline pen. Used to draw the outline of a shape for feedback as its being resized.

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

Syntax

'Declaration
Public Shared ReadOnly Property ShapeResizeOutline As StyleSetResourceId
public static StyleSetResourceId ShapeResizeOutline { get; }
public:
static property StyleSetResourceId^ ShapeResizeOutline {
    StyleSetResourceId^ get ();
}
static member ShapeResizeOutline : StyleSetResourceId with get
static function get ShapeResizeOutline () : StyleSetResourceId

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

.NET Framework Security

See Also

Reference

DiagramPens Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace