CornerType Enumeration

Specifies the corner location.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Enumeration CornerType
'Usage
Dim instance As CornerType
public enum CornerType
public enum class CornerType
public enum CornerType
public enum CornerType

Members

Member name Description
BottomLeft On the bottom left of the bounding box.
BottomRight On the bottom right of the bounding box.
TopLeft On the top left of the bounding box.
TopRight On the top right of the bounding box.

See Also

Reference

Microsoft.Expression.Media Namespace