StickyNoteControl.CaptionFontWeight 属性

定义

获取或设置 StickyNoteControl 标题使用的字体的粗细。

public:
 property System::Windows::FontWeight CaptionFontWeight { System::Windows::FontWeight get(); void set(System::Windows::FontWeight value); };
public System.Windows.FontWeight CaptionFontWeight { get; set; }
member this.CaptionFontWeight : System.Windows.FontWeight with get, set
Public Property CaptionFontWeight As FontWeight

属性值

FontWeight

一个 FontWeight 结构,它表示字体的粗细,如粗、超粗或超细。 默认为 MessageFontWeight 的值。

注解

建议不要尝试获取对实例的 StickyNoteControl 引用,因此直接读取或写入此属性。 此属性应仅用于样式设置 StickyNoteControl

依赖项属性信息

标识符字段 CaptionFontWeightProperty
元数据属性设置为 true AffectsMeasure

适用于