Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 BaseValueSource Enumeration
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
BaseValueSource Enumeration

Updated: November 2007

Identifies the property system source of a particular dependency property value.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
Visual Basic (Declaration)
Public Enumeration BaseValueSource
Visual Basic (Usage)
Dim instance As BaseValueSource
C#
public enum BaseValueSource
Visual C++
public enum class BaseValueSource
J#
public enum BaseValueSource
JScript
public enum BaseValueSource
XAML Attribute Usage
<object property="enumerationValue" .../>
Member nameDescription
Unknown Source is not known. This is the default value.
Default Source is the default value, as defined by property metadata.
Inherited Source is a value through property value inheritance.
DefaultStyle Source is from a setter in the default style. The default style comes from the current theme.
DefaultStyleTrigger Source is from a trigger in the default style. The default style comes from the current theme.
Style Source is from a style setter of a non-theme style.
TemplateTrigger Source is a trigger-based value in a template that is from a non-theme style.
StyleTrigger Source is a trigger-based value of a non-theme style.
ImplicitStyleReference Source is an implicit style reference (style was based on detected type or based type). This value is only returned for the Style property itself, not for properties that are set through setters or triggers of such a style.
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.
Local Source is a locally set value.

This enumeration is used by a property within the ValueSource structure, which in turn is obtained by calling a GetValueSource method against a particular dependency property.

Each value of this enumeration indicates that a particular aspect of the overall WPF property system was responsible for the effective value determination of a certain dependency property value on a specific dependency object. 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.

The value Default is not the default value of the enumeration.

Windows Vista

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker