Share via


LineLabelAutoPlacementChangeRule Class

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

Syntax

'Declaration
<RuleOnAttribute(GetType(LineLabelShape))> _
Public Class LineLabelAutoPlacementChangeRule _
    Inherits ChangeRule
'Usage
Dim instance As LineLabelAutoPlacementChangeRule
[RuleOnAttribute(typeof(LineLabelShape))]
public class LineLabelAutoPlacementChangeRule : ChangeRule
[RuleOnAttribute(typeof(LineLabelShape))]
public ref class LineLabelAutoPlacementChangeRule : public ChangeRule
public class LineLabelAutoPlacementChangeRule extends ChangeRule

Inheritance Hierarchy

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

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

LineLabelAutoPlacementChangeRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace