SystemParameters.ToolTipPopupAnimation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为工具提示获取 PopupAnimation 属性的系统值。
public:
static property System::Windows::Controls::Primitives::PopupAnimation ToolTipPopupAnimation { System::Windows::Controls::Primitives::PopupAnimation get(); };
public static System.Windows.Controls.Primitives.PopupAnimation ToolTipPopupAnimation { get; }
static member ToolTipPopupAnimation : System.Windows.Controls.Primitives.PopupAnimation
Public Shared ReadOnly Property ToolTipPopupAnimation As PopupAnimation
属性值
弹出动画属性的系统值。
注解
XAML 属性使用方法
<
object property=“{ SystemParameters.ToolTipPopupAnimation}
”/>