Class ItemInformationAdorner
Represents an item information adorner.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class ItemInformationAdorner : Control, INotifyPropertyChanged
Constructors
ItemInformationAdorner()
Initializes a new instance of the ItemInformationAdorner class.
Declaration
public ItemInformationAdorner()
Fields
AdditionalContentProperty
Identifies the AdditionalContent dependency property.
Declaration
public static readonly DependencyProperty AdditionalContentProperty
Field Value
System.Windows.DependencyProperty
|
InformationTipProperty
Identifies the InformationTip dependency property.
Declaration
public static readonly DependencyProperty InformationTipProperty
Field Value
System.Windows.DependencyProperty
|
InformationTipTemplateSelectorProperty
Identifies the InformationTipTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty InformationTipTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Diagram
Gets or sets the diagram.
Declaration
protected RadDiagram Diagram { get; set; }
Property Value
RadDiagram
|
InformationTip
Gets or sets the information tip.
Declaration
public object InformationTip { get; set; }
Property Value
System.Object
The information tip. |
InformationTipTemplateSelector
Gets or sets the information tip template selector.
Declaration
public DataTemplateSelector InformationTipTemplateSelector { get; set; }
Property Value
DataTemplateSelector
The information tip template selector. |
IsAdditionalContentVisible
Indicates whether the additional content is visible or not.
Declaration
public bool IsAdditionalContentVisible { get; }
Property Value
System.Boolean
|
IsInformationTipVisible
Gets a value indicating whether this instance is information tip visible.
Declaration
public bool IsInformationTipVisible { get; }
Property Value
System.Boolean
|
Methods
GetAdditionalContent(DependencyObject)
Gets the content of the additional.
Declaration
public static object GetAdditionalContent(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Object
|
GlimpseInformationTip()
Shows the information tip for a second and then closes it.
Declaration
public void GlimpseInformationTip()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
SetAdditionalContent(DependencyObject, Object)
Sets the content of the additional.
Declaration
public static void SetAdditionalContent(DependencyObject obj, object value)
Parameters
System.Windows.DependencyObject
obj
The object. |
System.Object
value
The value. |
UpdateAdditionalContentOverride(Object)
When overridden, updates the additional content.
Declaration
protected virtual void UpdateAdditionalContentOverride(object content)
Parameters
System.Object
content
The content. |
UpdateInformationTipOverride(Object, DataTemplate)
When overridden, updates the information tip.
Declaration
protected virtual void UpdateInformationTipOverride(object content, DataTemplate template)
Parameters
System.Object
content
The content. |
System.Windows.DataTemplate
template
The template. |
Events
IsAdditionalContentVisibleChanged
Indicates when the IsAdditionalContentVisible property changes.
Declaration
public event EventHandler IsAdditionalContentVisibleChanged
Event Type
System.EventHandler
|
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|