Class NodeTypeAttribute
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public class NodeTypeAttribute : Attribute
- Inheritance
-
NodeTypeAttribute
- Inherited Members
- Extension Methods
Properties
DiagramType
public Type DiagramType { get; set; }
Property Value
GroupColumns
public int GroupColumns { get; set; }
Property Value
GroupType
public string GroupType { get; set; }