GraphConditionalStyle::TargetType Property

 

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

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

public:
property Type^ TargetType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

Returns Type.

Return to top
Show: