StringProperty 枚举
定义
标识视觉样式元素的字符串属性。Identifies the string properties of a visual style element.
public enum class StringProperty
public enum StringProperty
type StringProperty =
Public Enum StringProperty
- 继承
字段
Text | 3201 | 将用元素显示的文本。The text that will be displayed with the element. |
注解
StringProperty枚举表示一组描述视觉样式元素的字符串属性。The StringProperty enumeration represents a set of string properties that describe visual style elements. 这些StringProperty值用作VisualStyleRenderer.GetString方法中的参数, 用于指定要VisualStyleRenderer为当前表示的元素检索的属性值。The StringProperty values are used as an argument in the VisualStyleRenderer.GetString method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.