Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ToolTip.VerticalOffset Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the vertical distance between the target origin and the pop-up alignment point.
public:
property double VerticalOffset { double get(); void set(double value); };
double VerticalOffset();
void VerticalOffset(double value);
public double VerticalOffset { get; set; }
var double = toolTip.verticalOffset;
toolTip.verticalOffset = double;
Public Property VerticalOffset As Double
<ToolTip VerticalOffset="double"/>
Property Value
Double
double
The vertical distance between the target origin and the pop-up alignment point. The default is 0.
Applies to
Feedback
Was this page helpful?
