ShapeDecoratorPosition Enum

Definition

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

Name Value Description
InnerTopLeft 0

InnerTopLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopLeft

InnerTopCenter 1

InnerTopCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopCenter

InnerTopRight 2

InnerTopRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerTopRight

InnerMiddleLeft 3

InnerMiddleLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerMiddleLeft

Center 4

Center Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.Center

InnerMiddleRight 5

InnerMiddleRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerMiddleRight

InnerBottomLeft 6

InnerBottomLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomLeft

InnerBottomCenter 7

InnerBottomCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomCenter

InnerBottomRight 8

InnerBottomRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.InnerBottomRight

OuterTopLeft 9

OuterTopLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopLeft

OuterTopCenter 10

OuterTopCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopCenter

OuterTopRight 11

OuterTopRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterTopRight

OuterMiddleLeft 12

OuterMiddleLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterMiddleLeft

OuterMiddleRight 13

OuterMiddleRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterMiddleRight

OuterBottomLeft 14

OuterBottomLeft Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomLeft

OuterBottomCenter 15

OuterBottomCenter Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomCenter

OuterBottomRight 16

OuterBottomRight Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition.OuterBottomRight

Applies to