StickyNoteControl.CaptionFontWeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 结构,它表示字体的粗细,如粗、超粗或超细。 默认为 MessageFontWeight 的值。
注解
建议不要尝试获取对实例的 StickyNoteControl 引用,因此直接读取或写入此属性。 此属性应仅用于样式设置 StickyNoteControl。
依赖项属性信息
标识符字段 | CaptionFontWeightProperty |
元数据属性设置为 true |
AffectsMeasure |