Class InfoTip
A simple Info tip.
Inheritance
InfoTip
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
public class InfoTip : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Constructors
View SourceInfoTip()
Initializes a new instance of the InfoTip class.
Declaration
public InfoTip()
Fields
View SourceIsOpenProperty
The DependencyProperty of the IsOpen property.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
PinLocationProperty
The DependencyProperty of the PinLocation property.
Declaration
public static readonly DependencyProperty PinLocationProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
PlacementTargetProperty
The DependencyProperty of the PlacementTarget property.
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
TimeOutProperty
The DependencyProperty of the TimeOut property.
Declaration
public static readonly DependencyProperty TimeOutProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceIsOpen
Indicates whether the InfoTip is open.
Declaration
public bool IsOpen { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PinLocation
gets or sets the location of the pin
Declaration
public PinLocation PinLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| PinLocation |
PlacementTarget
Gets or sets the placement target of the InfoTip.
Declaration
public FrameworkElement PlacementTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| FrameworkElement |
TimeOut
Gets or sets the time out of the popup.
Declaration
public int TimeOut { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
View SourceOnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
Declaration
public override void OnApplyTemplate()