DropDownListContentControl.DefaultTextStyle 属性

定义

获取用于设置 DropDownListContentControl 中的文本格式的字符样式的名称。

public:
 property System::String ^ DefaultTextStyle { System::String ^ get(); };
public string DefaultTextStyle { get; }
member this.DefaultTextStyle : string
Public ReadOnly Property DefaultTextStyle As String

属性值

用于设置 DropDownListContentControl 中的文本格式的字符样式的名称。 默认值为“默认段落字体”。

适用于