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
Initializes a new instance of the ItemInformationAdorner class.
public ItemInformationAdorner()
Fields
Identifies the AdditionalContent dependency property.
public static readonly RadProperty AdditionalContentProperty
Identifies the InformationTip dependency property.
public static readonly RadProperty InformationTipProperty
Identifies the InformationTipTemplateSelector dependency property.
public static readonly RadProperty InformationTipTemplateSelectorProperty
Properties
public double AdornerHeight { get; set; }
public double AdornerWidth { get; set; }
Gets or sets the diagram.
protected RadDiagramElement Diagram { get; set; }
Gets or sets the information tip.
public object InformationTip { get; set; }
The information tip.
public LightVisualElement InformationTipPanel { get; }
Gets or sets the information tip template selector.
public DataTemplateSelector InformationTipTemplateSelector { get; set; }
The information tip template selector.
Indicates whether the additional content is visible or not.
public bool IsAdditionalContentVisible { get; }
Gets a value indicating whether this instance is information tip visible.
public bool IsInformationTipVisible { get; }
public PointF SelectionLocation { get; set; }
Methods
Called by the element when constructed. Allows inheritors to build the element tree.
protected override void CreateChildElements()
Overrides:
Shows the information tip for a second and then closes it.
public void GlimpseInformationTip()
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
protected override void OnNotifyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
When overridden, updates the additional content.
protected virtual void UpdateAdditionalContentOverride(object content)
The content.
Events
Indicates when the IsAdditionalContentVisible property changes.
public event EventHandler IsAdditionalContentVisibleChanged