GraphConditionalStyle Properties

Include Protected Members
Include Inherited Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The GraphConditionalStyle type exposes the following members.

Properties

  Name Description
Public property Categories Returns all categories. Never returns null. (Inherited from GraphObject.)
Public property CategoryCount Returns the number of categories in the object. (Inherited from GraphObject.)
Public property Conditions Gets the set of conditions.
Public property DescriptiveCategoryLabel Creates a delimited list of all category labels for this graph object. (Inherited from GraphObject.)
Public property DocumentSchema Gets the document-local schema from the owner of this graph. (Inherited from GraphObject.)
Public property GroupLabel The optional style group label.
Public property Index Gets the position of the style in the list. This is changed when you remove/add the style.
Public property IsEnabled Whether this style is currently enabled.
Public property IsGroup Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup. (Inherited from GraphObject.)
Public property IsPseudo Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo. (Inherited from GraphObject.)
Public property Item Property that gets or sets a property value. (Inherited from GraphObject.)
Public property Owner Gets the Graph object that this object belongs to. (Inherited from GraphObject.)
Public property Properties Property that returns an enumeration of all annotations. The order of the enumeration is random. (Inherited from GraphObject.)
Public property PropertyCount Property that returns a number of all annotations. (Inherited from GraphObject.)
Public property PropertyKeys Property that returns an enumeration of all annotation keys. The order of the enumeration is random. (Inherited from GraphObject.)
Public property PropertyValues Property that returns an enumeration of all annotation values. The order of the enumeration is random. (Inherited from GraphObject.)
Public property Setters Gets all the setters.
Public property TargetType The target type this style is being applied to. This has to be a type that's registered in the StyleSet.
Public property ToolTip Used in the UI to show more information about what this style represents.
Public property ValueLabel The optional label for the style value.
Public property Visibility Helper property to get/set visibility property of a GraphObject. (Inherited from GraphObject.)

Top

See Also

Reference

GraphConditionalStyle Class

Microsoft.VisualStudio.GraphModel.Styles Namespace