ABEdge Enumeration
Represents the enumeration that contains a set of named constants for the edges.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As ABEdge
Syntax
'Declaration
Public Enumeration ABEdge
public enum ABEdge
public enum class ABEdge
public enum ABEdge
public enum ABEdge
Members
Member name | Description |
---|---|
Bottom | Specifies the bottom edge. It has the value 3. |
Left | Specifies the left edge. It has the value 0. |
None | Specifies no edge. Has the value 4. |
Right | Specifies the right edge. It has the value 2. |
Top | Specifies the top edge. It has the value 1. |
Platforms
See Also
Reference
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.