TextElement.FontSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置元素内容的字体大小。
public:
property double FontSize { double get(); void set(double value); };
double FontSize();
void FontSize(double value);
public double FontSize { get; set; }
var double = textElement.fontSize;
textElement.fontSize = double;
Public Property FontSize As Double
<textElement FontSize="double" />
属性值
Double
double
所需的字体大小(以像素为单位)。 默认值为 11 像素。