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 ItemInformationAdorner class.
Declaration
public ItemInformationAdorner()
Fields
AdditionalContentProperty
Identifies the AdditionalContent dependency property.
Declaration
public static readonly RadProperty AdditionalContentProperty
Field Value
RadProperty
|
InformationTipProperty
Identifies the InformationTip dependency property.
Declaration
public static readonly RadProperty InformationTipProperty
Field Value
RadProperty
|
InformationTipTemplateSelectorProperty
Identifies the InformationTipTemplateSelector dependency property.
Declaration
public static readonly RadProperty InformationTipTemplateSelectorProperty
Field Value
RadProperty
|
Properties
AdornerHeight
Declaration
public double AdornerHeight { get; set; }
Property Value
System.Double
|
AdornerWidth
Declaration
public double AdornerWidth { get; set; }
Property Value
System.Double
|
Diagram
Gets or sets the diagram.
Declaration
protected RadDiagramElement Diagram { get; set; }
Property Value
RadDiagramElement
|
InformationTip
Gets or sets the information tip.
Declaration
public object InformationTip { get; set; }
Property Value
System.Object
The information tip. |
InformationTipPanel
Declaration
public LightVisualElement InformationTipPanel { get; }
Property Value
LightVisualElement
|
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
|
SelectionLocation
Declaration
public PointF SelectionLocation { get; set; }
Property Value
System.Drawing.PointF
|
Methods
CreateChildElements()
GetAdditionalContent(RadObject)
Gets the content of the additional.
Declaration
public static object GetAdditionalContent(RadObject obj)
Parameters
RadObject
obj
The object. |
Returns
System.Object
|
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.String
propertyName
|
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectange, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Drawing.Rectangle
clipRectange
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
SetAdditionalContent(RadObject, Object)
Sets the content of the additional.
Declaration
public static void SetAdditionalContent(RadObject obj, object value)
Parameters
RadObject
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. |
Events
IsAdditionalContentVisibleChanged
Indicates when the IsAdditionalContentVisible property changes.
Declaration
public event EventHandler IsAdditionalContentVisibleChanged
Event Type
System.EventHandler
|