Class ToolTip
Implements of Tool Tip control
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ToolTip : ContentControl
Constructors
ToolTip()
Initializes a new instance of the ToolTip class.
Declaration
public ToolTip()
Fields
HorizontalOffsetProperty
The horizontal offset property
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IsOpenProperty
The is open property
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PlacementProperty
The placement property
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PlacementTargetProperty
The placement target property
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
VerticalOffsetProperty
The vertical offset property
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public float HorizontalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The horizontal offset. |
IsOpen
Gets or sets a value indicating whether this instance is open.
Declaration
public bool IsOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Placement
Gets or sets the placement.
Declaration
public PlacementMode Placement { get; set; }
Property Value
Type | Description |
---|---|
PlacementMode | The placement. |
PlacementTarget
Gets or sets the placement target.
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
Type | Description |
---|---|
UIElement | The placement target. |
VerticalOffset
Gets or sets the vertical offset.
Declaration
public float VerticalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The vertical offset. |
Methods
ArrangeOverride(Size)
Arrange layout pass - overrider method for children
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
EmptyKeys.UserInterface.Size | finalSize | The final size. |
Returns
Type | Description |
---|---|
EmptyKeys.UserInterface.Size |