File: cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AdornerLocation.cs | |
Project: ndp\System.Data.csproj (System.Data) |
//---------------------------------------------------------------- // <copyright company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------------------------------------- namespace System.Activities.Presentation.Annotations { internal enum AdornerLocation { None, BottomRight, TopRight, TopLeft, BottomLeft } } |