StringProperty Enum

Definition

Identifies the string properties of a visual style element.

public enum class StringProperty
public enum StringProperty
type StringProperty = 
Public Enum StringProperty
Inheritance
StringProperty

Fields

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.

Applies to