DiagramPens Class

 

Each property of the DiagramPens class is a StyleSetResourceId object that uniquely identifies a pen resource used by the DiagramClientView paint methods.

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::DiagramPens

public ref class DiagramPens sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticConnectionLine

Gets the resource Id for the connection line's pen. Used to draw the connection lines in a diagram.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLineDecorator

Gets the resource Id for the connection line decorator's pen. Used to draw the outline of decorators.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLineGhost

Gets the resource Id for the connection line's ghost pen. Used to draw possible connection lines during a connect action.

System_CAPS_pubpropertySystem_CAPS_staticConnectionLineHighlight

Gets the resource Id for the connection line's highlight pen. Used to draw the connection lines selection border.

System_CAPS_pubpropertySystem_CAPS_staticConnectionManualRouteOutline

Gets the resource Id for the connection line's manual route outline. Used to draw feedback from the ManualRouteAction.

System_CAPS_pubpropertySystem_CAPS_staticDiagramOutline

Gets the resource Id for the diagram's outline pen. Used to draw the border around the diagram.

System_CAPS_pubpropertySystem_CAPS_staticEmphasisOutline

Gets the resource Id for the emphasis outline pen.

System_CAPS_pubpropertySystem_CAPS_staticFocusIndicator

Gets the resource Id for the focus indicator pen.

System_CAPS_pubpropertySystem_CAPS_staticFocusIndicatorBackground

Gets the resource Id for the focus indicator's background pen.

System_CAPS_pubpropertySystem_CAPS_staticGhostShapeOutline

Gets the resource Id for the shape's ghost outline pen. Used to draw the outline of a shape for feedback as it is being dragged/dropped.

System_CAPS_pubpropertySystem_CAPS_staticGridLines

Gets the resource Id for the diagram's grid lines pen. Used to draw the grid points on the diagram.

System_CAPS_pubpropertySystem_CAPS_staticLasso

Gets the resource Id for the lasso pen. Used to draw the group selection rectangle (or lasso).

System_CAPS_pubpropertySystem_CAPS_staticPrimaryGrabHandles

Gets the resource Id for the primary grab handles pen. Used to draw the outline of the grab handles at the corner of shapes.

System_CAPS_pubpropertySystem_CAPS_staticSecondaryGrabHandles

Gets the resource Id for the secondary grab handles pen. Used to draw the outline of the grab handles at the corner of shapes.

System_CAPS_pubpropertySystem_CAPS_staticSelectionBackground

Gets the resource Id for the selection background's pen.

System_CAPS_pubpropertySystem_CAPS_staticSelectionNonPrimaryOutline

Gets the resource Id for the selection's secondary outline pen.

System_CAPS_pubpropertySystem_CAPS_staticSelectionPrimaryOutline

Gets the resource Id for the selection's primary outline pen.

System_CAPS_pubpropertySystem_CAPS_staticShapeHighlightOutline

Gets the resource Id for the shape's highlight outline pen. Used to draw the selection border around a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeOutline

Gets the resource Id for the shape's outline pen. Used to draw the border around a shape.

System_CAPS_pubpropertySystem_CAPS_staticShapeResizeOutline

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.

System_CAPS_pubpropertySystem_CAPS_staticShapeSubtitleOutline

Gets the resource Id for the shape subtitle's outline pen. Used to draw the border around a shape's subtitle field.

System_CAPS_pubpropertySystem_CAPS_staticShapeTitleOutline

Gets the resource Id for the shape title's outline pen. Used to draw the border around a shape's title field.

System_CAPS_pubpropertySystem_CAPS_staticSwimlaneSeparator

Gets the resource Id for the swimlane separator pen.

System_CAPS_pubpropertySystem_CAPS_staticZoomLasso

Gets the resource Id for the lasso pen. Used to draw the group rectangle or lasso when doing a zoom mouse action.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: