Style.NameLocal 属性

定义

返回用户的语言中内置样式的名称。 读/写 String

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.NameLocal : string with get, set
Default Public Property NameLocal As String

属性值

注解

通过设置该属性可为用户定义的样式重新命名,或者为内置样式添加别名。

适用于