Northwoods.GoSilverlight 1.1.3 Assembly
Category Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Category Property

Gets a string identifying the kind of Node or Group or Link or the purpose of the Adornment.

Syntax

Visual Basic (Declaration) 
Public Property Category As String
C# 
public string Category {get; set;}

Property Value

The default value is an empty string. You cannot change this value once the Part has been added to a Diagram.

See Also