ClassItemInformationAdorner
Represents an item information adorner.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public class ItemInformationAdorner : Control, INotifyPropertyChanged
Inheritance: objectItemInformationAdorner
Implements:
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
DependencyProperty
InformationTipProperty
Identifies the InformationTip dependency property.
Declaration
public static readonly DependencyProperty InformationTipProperty
Field Value
DependencyProperty
InformationTipTemplateSelectorProperty
Identifies the InformationTipTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty InformationTipTemplateSelectorProperty
Field Value
DependencyProperty
Properties
Diagram
Gets or sets the diagram.
InformationTip
Gets or sets the information tip.
Declaration
public object InformationTip { get; set; }
Property Value
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.
IsInformationTipVisible
Gets a value indicating whether this instance is information tip visible.
Methods
GetAdditionalContent(DependencyObject)
Gets the content of the additional.
Declaration
public static object GetAdditionalContent(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
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 .
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
SetAdditionalContent(DependencyObject, object)
Sets the content of the additional.
Declaration
public static void SetAdditionalContent(DependencyObject obj, object value)
Parameters
obj
DependencyObject
The object.
value
The value.
UpdateAdditionalContentOverride(object)
When overridden, updates the additional content.
Declaration
protected virtual void UpdateAdditionalContentOverride(object content)
Parameters
content
The content.
UpdateInformationTipOverride(object, DataTemplate)
When overridden, updates the information tip.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords")]
protected virtual void UpdateInformationTipOverride(object content, DataTemplate template)
Parameters
content
The content.
template
DataTemplate
The template.
Events
IsAdditionalContentVisibleChanged
Indicates when the IsAdditionalContentVisible property changes.
Declaration
public event EventHandler IsAdditionalContentVisibleChanged
Event Value
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements