New to Telerik UI for WPFStart a free 30-day trial

Represents an information tip template selector.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class InformationTipTemplateSelector : DataTemplateSelector

Inheritance: objectInformationTipTemplateSelector

Constructors

C#
public InformationTipTemplateSelector()

Properties

Gets or sets the position changed template.

C#
public DataTemplate PositionChangedTemplate { get; set; }
Property Value:

The position changed template.

Gets or sets the rotation changed template.

C#
public DataTemplate RotationChangedTemplate { get; set; }
Property Value:

The rotation changed template.

Gets or sets the size changed template.

C#
public DataTemplate SizeChangedTemplate { get; set; }
Property Value:

The size changed template.

Methods

When overridden in a derived class, returns a DataTemplate based on custom logic.

C#
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters:itemobject

The data object for which to select the template.

containerDependencyObject

The data-bound object.

Returns:

DataTemplate

Returns a DataTemplate or null. The default value is null.