ConnectorEndStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DomainEnumeration: ConnectorEndStyle Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle
public enum class ConnectorEndStyle
[System.CLSCompliant(true)]
[System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ConnectorEndStyleEditor), typeof(System.Drawing.Design.UITypeEditor))]
public enum ConnectorEndStyle
[<System.CLSCompliant(true)>]
[<System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ConnectorEndStyleEditor), typeof(System.Drawing.Design.UITypeEditor))>]
type ConnectorEndStyle =
Public Enum ConnectorEndStyle
- Inheritance
-
ConnectorEndStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.None |
HollowArrow | 1 | HollowArrow Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.HollowArrow |
EmptyArrow | 2 | EmptyArrow Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.EmptyArrow |
FilledArrow | 3 | FilledArrow Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.FilledArrow |
EmptyDiamond | 4 | EmptyDiamond Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.EmptyDiamond |
FilledDiamond | 5 | FilledDiamond Description for Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorEndStyle.FilledDiamond |