Class ItemInformationAdorner
Represents an item information adorner.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ItemInformationAdorner : FrameworkElement, IDisposable, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, INotifyPropertyChanged
Constructors
ItemInformationAdorner()
Initializes a new instance of the Item
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
AdornerHeight
Declaration
public double AdornerHeight { get; set; }
Property Value
System.
|
AdornerWidth
Declaration
public double AdornerWidth { get; set; }
Property Value
System.
|
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
System. 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
Data The information tip template selector. |
IsAdditionalContentVisible
Indicates whether the additional content is visible or not.
Declaration
public bool IsAdditionalContentVisible { get; }
Property Value
System.
|
IsInformationTipVisible
Gets a value indicating whether this instance is information tip visible.
Declaration
public bool IsInformationTipVisible { get; }
Property Value
System.
|
SelectionLocation
Declaration
public PointF SelectionLocation { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
GetAdditionalContent(RadObject)
Gets the content of the additional.
Declaration
public static object GetAdditionalContent(RadObject obj)
Parameters
Rad The object. |
Returns
System.
|
GlimpseInformationTip()
Shows the information tip for a second and then closes it.
Declaration
public void GlimpseInformationTip()
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectange, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.
|
System.
|
System.
|
Overrides
SetAdditionalContent(RadObject, Object)
Sets the content of the additional.
Declaration
public static void SetAdditionalContent(RadObject obj, object value)
Parameters
Rad The object. |
System. The value. |
UpdateAdditionalContentOverride(Object)
When overridden, updates the additional content.
Declaration
protected virtual void UpdateAdditionalContentOverride(object content)
Parameters
System. The content. |
Events
IsAdditionalContentVisibleChanged
Indicates when the IsAdditionalContentVisible property changes.
Declaration
public event EventHandler IsAdditionalContentVisibleChanged
Event Type
System.
|