IconTemplate Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Template to be used to generate icons. The data object will be the same source used for the header.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public DataTemplate IconTemplate { get; set; }
Visual Basic (Declaration)
Public Property IconTemplate As DataTemplate
Visual C++
public:
property DataTemplate^ IconTemplate {
	DataTemplate^ get ();
	void set (DataTemplate^ value);
}

See Also