AppBar.HoverOffsetYScale Property
Definition
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.
Where to display the app bar on the y axis This can be set to negative values to force the app bar to appear below the object
public:
property float HoverOffsetYScale { float get(); void set(float value); };
public float HoverOffsetYScale { get; set; }
member this.HoverOffsetYScale : single with get, set
Public Property HoverOffsetYScale As Single