RichToolTip.PushFont 方法 (FontFamily, Double, FontStyle, FontWeight)
命名空间: Microsoft.TeamFoundation.Controls.WPF
程序集: Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)
语法
声明
Public Sub PushFont ( _
family As FontFamily, _
size As Double, _
style As FontStyle, _
weight As FontWeight _
)
public void PushFont(
FontFamily family,
double size,
FontStyle style,
FontWeight weight
)
参数
- family
类型:System.Windows.Media.FontFamily
- size
类型:System.Double
- style
类型:System.Windows.FontStyle
- weight
类型:System.Windows.FontWeight
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。