Class InformationTipTemplateSelector
Represents an information tip template selector.
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class InformationTipTemplateSelector : DataTemplateSelector
Constructors
InformationTipTemplateSelector()
Declaration
public InformationTipTemplateSelector()
Properties
PositionChangedTemplate
Gets or sets the position changed template.
Declaration
public DataTemplate PositionChangedTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The position changed template. |
RotationChangedTemplate
Gets or sets the rotation changed template.
Declaration
public DataTemplate RotationChangedTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The rotation changed template. |
SizeChangedTemplate
Gets or sets the size changed template.
Declaration
public DataTemplate SizeChangedTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The size changed template. |
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a System.Windows.DataTemplate based on custom logic.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
The data object for which to select the template. |
System.Windows.DependencyObject
container
The data-bound object. |
Returns
System.Windows.DataTemplate
Returns a System.Windows.DataTemplate or null. The default value is null. |