ClassInformationTipTemplateSelector
Represents an information tip template selector.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public class InformationTipTemplateSelector : DataTemplateSelector
Inheritance: objectInformationTipTemplateSelector
Constructors
InformationTipTemplateSelector()
Declaration
public InformationTipTemplateSelector()
Properties
PositionChangedTemplate
Gets or sets the position changed template.
Declaration
public DataTemplate PositionChangedTemplate { get; set; }
Property Value
DataTemplate
The position changed template.
RotationChangedTemplate
Gets or sets the rotation changed template.
Declaration
public DataTemplate RotationChangedTemplate { get; set; }
Property Value
DataTemplate
The rotation changed template.
SizeChangedTemplate
Gets or sets the size changed template.
Declaration
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
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
item
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.