Class
InformationTipTemplateSelector

Represents an information tip template selector.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class InformationTipTemplateSelector : DataTemplateSelector

Inheritance: objectInformationTipTemplateSelector

Constructors

InformationTipTemplateSelector()

Declaration

cs-api-definition
public InformationTipTemplateSelector()

Properties

PositionChangedTemplate

Gets or sets the position changed template.

Declaration

cs-api-definition
public DataTemplate PositionChangedTemplate { get; set; }

Property Value

DataTemplate

The position changed template.

RotationChangedTemplate

Gets or sets the rotation changed template.

Declaration

cs-api-definition
public DataTemplate RotationChangedTemplate { get; set; }

Property Value

DataTemplate

The rotation changed template.

SizeChangedTemplate

Gets or sets the size changed template.

Declaration

cs-api-definition
public DataTemplate SizeChangedTemplate { get; set; }

Property Value

DataTemplate

The size changed template.

Methods

SelectTemplate(object, DependencyObject)

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

Declaration

cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item

object

The data object for which to select the template.

container

DependencyObject

The data-bound object.

Returns

DataTemplate

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