SystemParameters.ToolTipFade 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.
Gets a value indicating whether ToolTip animation uses a fade effect or a slide effect.
public:
static property bool ToolTipFade { bool get(); };
public static bool ToolTipFade { [System.Security.SecurityCritical] get; }
public static bool ToolTipFade { get; }
[<get: System.Security.SecurityCritical>]
static member ToolTipFade : bool
static member ToolTipFade : bool
Public Shared ReadOnly Property ToolTipFade As Boolean
Property Value
true
if a fade effect is used; false
if a slide effect is used.
- Attributes
Remarks
ToolTipAnimation must be enabled.
Maps to SPI_GETTOOLTIPFADE. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.ToolTipFade}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.