ShapeDecoratorPosition 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: ShapeDecoratorPosition Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition
public enum class ShapeDecoratorPosition
[System.CLSCompliant(true)]
[System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ShapeDecoratorPositionEditor), typeof(System.Drawing.Design.UITypeEditor))]
public enum ShapeDecoratorPosition
[<System.CLSCompliant(true)>]
[<System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ShapeDecoratorPositionEditor), typeof(System.Drawing.Design.UITypeEditor))>]
type ShapeDecoratorPosition =
Public Enum ShapeDecoratorPosition
- Inheritance
-
ShapeDecoratorPosition
- Attributes
Fields
Center | 4 | Center Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.Center |
InnerBottomCenter | 7 | InnerBottomCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomCenter |
InnerBottomLeft | 6 | InnerBottomLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomLeft |
InnerBottomRight | 8 | InnerBottomRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomRight |
InnerMiddleLeft | 3 | InnerMiddleLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerMiddleLeft |
InnerMiddleRight | 5 | InnerMiddleRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerMiddleRight |
InnerTopCenter | 1 | InnerTopCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopCenter |
InnerTopLeft | 0 | InnerTopLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopLeft |
InnerTopRight | 2 | InnerTopRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopRight |
OuterBottomCenter | 15 | OuterBottomCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomCenter |
OuterBottomLeft | 14 | OuterBottomLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomLeft |
OuterBottomRight | 16 | OuterBottomRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomRight |
OuterMiddleLeft | 12 | OuterMiddleLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterMiddleLeft |
OuterMiddleRight | 13 | OuterMiddleRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterMiddleRight |
OuterTopCenter | 10 | OuterTopCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopCenter |
OuterTopLeft | 9 | OuterTopLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopLeft |
OuterTopRight | 11 | OuterTopRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopRight |