InkOverlayAttachMode Enumeration
InkOverlayAttachMode Enumeration |
Defines values that specify where to attach the new InkOverlay object, behind or in front of the active layer.
Definition
Visual Basic .NET Public Enum InkOverlayAttachMode C# public enum InkOverlayAttachMode Managed C++ __value public enum InkOverlayAttachMode
Constants
Constant Name Description Behind Attaches the new InkOverlay object behind the active window. InFront Attaches the new InkOverlay object in front of the active window.
Enumeration Information
Namespace Microsoft.Ink Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also