ShapeGeometry 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: ShapeGeometry Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeGeometry
public enum class ShapeGeometry
[System.CLSCompliant(true)]
[System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ShapeGeometryEditor), typeof(System.Drawing.Design.UITypeEditor))]
public enum ShapeGeometry
[<System.CLSCompliant(true)>]
[<System.ComponentModel.Editor(typeof(Microsoft.VisualStudio.Modeling.DslDefinition.Design.ShapeGeometryEditor), typeof(System.Drawing.Design.UITypeEditor))>]
type ShapeGeometry =
Public Enum ShapeGeometry
- Inheritance
-
ShapeGeometry
- Attributes
Fields
Name | Value | Description |
---|---|---|
Rectangle | 0 | Rectangle Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeGeometry.Rectangle |
RoundedRectangle | 1 | RoundedRectangle Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeGeometry.RoundedRectangle |
Ellipse | 2 | Ellipse Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeGeometry.Ellipse |
Circle | 3 | Circle Description for Microsoft.VisualStudio.Modeling.DslDefinition.ShapeGeometry.Circle |