Свойство | Type | Description | |
---|---|---|---|
m_Connectivity | int | ||
m_bIsCollapsed | System.Boolean | ||
m_oCollapsedLocation | Nullable |
||
m_oRectangle | |||
m_oVertices | LinkedList |
||
m_sCollapsedAttributes | String | ||
m_sLabel | String | ||
m_sName | String |
Méthode | Description | |
---|---|---|
CompareConnectivity ( |
||
GroupInfo ( ) : System |
Initializes a new instance of the GroupInfo class without a name and without being collapsed.
|
|
GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System |
Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.
|
Méthode | Description | |
---|---|---|
AssertValid ( ) : void |
public CompareConnectivity ( |
||
other | ||
Résultat | int |
public GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System | ||
name | String | /// The unique name of the group. Can be null or empty. /// |
isCollapsed | System.Boolean | /// true if the group should be collapsed. /// |
collapsedAttributes | String |
/// String containing the attributes describing what the group should look
/// like when it is collapsed, or null to give the collapsed group a
/// default appearance. If not null, this should be a string that was
/// returned by |
Résultat | System |
protected Boolean,System m_bIsCollapsed | ||
Résultat | System.Boolean |
protected Nullable |
||
Résultat | Nullable |
protected Rectangle,System.Drawing m_oRectangle | ||
Résultat |
protected String m_sCollapsedAttributes | ||
Résultat | String |