GraphConditionalStyle Properties

 

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubpropertyCategories

Returns all categories. Never returns null.(Inherited from GraphObject.)

System_CAPS_pubpropertyCategoryCount

Returns the number of categories in the object.(Inherited from GraphObject.)

System_CAPS_pubpropertyConditions

Gets the set of conditions.

System_CAPS_pubpropertyDescriptiveCategoryLabel

Creates a delimited list of all category labels for this graph object.(Inherited from GraphObject.)

System_CAPS_pubpropertyDocumentSchema

Gets the document-local schema from the owner of this graph.(Inherited from GraphObject.)

System_CAPS_pubpropertyGroupLabel

The optional style group label.

System_CAPS_pubpropertyIndex

Gets the position of the style in the list. This is changed when you remove/add the style.

System_CAPS_pubpropertyIsEnabled

Whether this style is currently enabled.

System_CAPS_pubpropertyIsGroup

Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.(Inherited from GraphObject.)

System_CAPS_pubpropertyIsPseudo

Gets whether this object is Pseudo. It looks for the GraphProperties.IsPseudo.(Inherited from GraphObject.)

System_CAPS_pubpropertyItem[GraphProperty^]

Property that gets or sets a property value.(Inherited from GraphObject.)

System_CAPS_pubpropertyOwner

Gets the Graph object that this object belongs to.(Inherited from GraphObject.)

System_CAPS_pubpropertyProperties

Property that returns an enumeration of all annotations. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyCount

Property that returns a number of all annotations.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyKeys

Property that returns an enumeration of all annotation keys. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertyPropertyValues

Property that returns an enumeration of all annotation values. The order of the enumeration is random.(Inherited from GraphObject.)

System_CAPS_pubpropertySetters

Gets all the setters.

System_CAPS_pubpropertyTargetType

The target type this style is being applied to. This has to be a type that's registered in the StyleSet.

System_CAPS_pubpropertyToolTip

Used in the UI to show more information about what this style represents.

System_CAPS_pubpropertyValueLabel

The optional label for the style value.

System_CAPS_pubpropertyVisibility

Helper property to get/set visibility property of a GraphObject.(Inherited from GraphObject.)

Return to top
Show: