LinkShape.Invalidate Method

Forces the shape and its immediate to be redrawn on the user’s screen.

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 Overrides Sub Invalidate
public override void Invalidate()
public:
virtual void Invalidate() override
abstract Invalidate : unit -> unit  
override Invalidate : unit -> unit
public override function Invalidate()

Remarks

Call Invalidate to make sure that changes in the link’s properties will be reflected on the screen. Many operations call Invalidate automatically.

.NET Framework Security

See Also

Reference

LinkShape Class

Invalidate Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace