StringProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the string properties of a visual style element.
public enum class StringProperty
public enum StringProperty
type StringProperty =
Public Enum StringProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Text | 3201 | The text that will be displayed with the element. |
Remarks
The StringProperty enumeration represents a set of string properties that describe visual style elements. 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.