ClassItemInformationAdorner
Represents an item information adorner.
Definition
Namespace:Telerik.WinControls.UI.Diagrams.Primitives
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class ItemInformationAdorner : FrameworkElement, IDisposable, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, INotifyPropertyChanged
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementUIElementFrameworkElementItemInformationAdorner
Implements:
Inherited Members
Constructors
ItemInformationAdorner()
Initializes a new instance of the ItemInformationAdorner class.
Declaration
public ItemInformationAdorner()
Fields
AdditionalContentProperty
Identifies the AdditionalContent dependency property.
Declaration
public static readonly RadProperty AdditionalContentProperty
Field Value
InformationTipProperty
Identifies the InformationTip dependency property.
Declaration
public static readonly RadProperty InformationTipProperty
Field Value
InformationTipTemplateSelectorProperty
Identifies the InformationTipTemplateSelector dependency property.
Declaration
public static readonly RadProperty InformationTipTemplateSelectorProperty
Field Value
Properties
Diagram
Gets or sets the diagram.
Declaration
protected RadDiagramElement Diagram { get; set; }
Property Value
InformationTip
Gets or sets the information tip.
Declaration
public object InformationTip { get; set; }
Property Value
The information tip.
InformationTipPanel
Declaration
public LightVisualElement InformationTipPanel { get; }
Property Value
InformationTipTemplateSelector
Gets or sets the information tip template selector.
Declaration
public DataTemplateSelector InformationTipTemplateSelector { get; set; }
Property Value
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
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
GetAdditionalContent(RadObject)
Gets the content of the additional.
GlimpseInformationTip()
Shows the information tip for a second and then closes it.
Declaration
public void GlimpseInformationTip()
OnNotifyPropertyChanged(string)
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
SetAdditionalContent(RadObject, object)
Sets the content of the additional.
UpdateAdditionalContentOverride(object)
When overridden, updates the additional content.
Declaration
protected virtual void UpdateAdditionalContentOverride(object content)
Parameters
content
The content.
Events
IsAdditionalContentVisibleChanged
Indicates when the IsAdditionalContentVisible property changes.
Declaration
public event EventHandler IsAdditionalContentVisibleChanged
Event Value