ActivityDesignerOptionsAttribute::OutlineViewIconProvider Property

.NET Framework (current version)
 

Gets or sets the function of outline view icon provider.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property Func<ModelItem^, DrawingBrush^>^ OutlineViewIconProvider {
	Func<ModelItem^, DrawingBrush^>^ get();
	void set(Func<ModelItem^, DrawingBrush^>^ value);
}

Property Value

Type: System::Func<ModelItem^, DrawingBrush^>^

The function of outline view icon provider.

.NET Framework
Available since 4.5
Return to top
Show: