Version

PCaps Enumeration

Identifies the primitive capablities.
Syntax
'Declaration
 
Public Enum PCaps 
   Inherits System.Enum
public enum PCaps : System.Enum 
Members
MemberDescription
HitTestIndicates this Primitive is included in Hit Testing for mouse events.
InteractionPrimitiveThis is for internal use only.
NoFillPrimitive should not have a fill color.
NoneInclude this primitive in the Hit test.
SkinPrimitive can be skinned, with row and column specified.
SkinStrokeOnlyOnly the Primitive's Stroke should be affected by the skin layer.
TooltipPrimitive can have tooltip.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also