LinkShapeChangedRule Class

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

Syntax

'Declaration
<RuleOnAttribute(GetType(LinkShape))> _
Public NotInheritable Class LinkShapeChangedRule _
    Inherits ChangeRule
'Usage
Dim instance As LinkShapeChangedRule
[RuleOnAttribute(typeof(LinkShape))]
public sealed class LinkShapeChangedRule : ChangeRule
[RuleOnAttribute(typeof(LinkShape))]
public ref class LinkShapeChangedRule sealed : public ChangeRule
public final class LinkShapeChangedRule extends ChangeRule

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Rule
    Microsoft.VisualStudio.Modeling.ChangeRule
      Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeChangedRule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LinkShapeChangedRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace