BaseValueSource Enumeration
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| Member name | Description | |
|---|---|---|
| Default | Source is the default value, as defined by property metadata. | |
| DefaultStyle | Source is the default style for the current theme. | |
| DefaultStyleTrigger | Source is a trigger-based value from within the default style for the current theme. | |
| ImplicitStyleReference | Source is an implicit style reference (style was based on detected type or based type). | |
| Inherited | Source is a value through property value inheritance. | |
| Local | Source is a locally set value. | |
| ParentTemplate | Source is based on a parent template being used by an element. | |
| ParentTemplateTrigger | Source is a trigger-based value from a parent template that created the element. | |
| Style | Source is from a style setter of an explicit style. | |
| StyleTrigger | Source is a trigger-based value from an explicit style. | |
| TemplateTrigger | Source is a trigger-based value in the template. | |
| Unknown | Source is not known. This is the default value. |
This enumeration is used by a property within the ValueSource structure, which in turn is obtained by calling a GetValueSource accessor method against a particular dependency property.
Each value of this enumeration connotes that a particular aspect of the overall WPF property system was responsible for the effective value determination of a dependency property value. To learn more about the WPF property system and the precedence at which each aspect of the property system operates, see Dependency Property Value Precedence.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.