Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify where the effective value of a property was set.
Syntax
typedef enum BaseValueSource {
BaseValueSourceUnknown = 0,
BaseValueSourceDefault,
BaseValueSourceBuiltInStyle,
BaseValueSourceStyle,
BaseValueSourceLocal,
Inherited,
DefaultStyleTrigger,
TemplateTrigger,
StyleTrigger,
ImplicitStyleReference,
ParentTemplate,
ParentTemplateTrigger,
Animation,
Coercion,
BaseValueSourceVisualState
} ;
Constants
BaseValueSourceUnknownValue: 0 The source of the property value is not known. |
BaseValueSourceDefaultThe value has not been set locally or by any styles, so it has the default value defined in generic.xaml. |
BaseValueSourceBuiltInStyleThe value was set by a built-in style. |
BaseValueSourceStyleThe value was set by a style. |
BaseValueSourceLocalThe value was set locally. |
InheritedThe value was inherited from a parent element. |
DefaultStyleTriggerThe value was set by a default style trigger. |
TemplateTriggerThe value was set by a template style. |
StyleTriggerThe value was set by a style trigger. |
ImplicitStyleReferenceThe value was set by an implicit style reference. |
ParentTemplateThe value was set by a parent template. |
ParentTemplateTriggerThe value was set by a parent template trigger. |
AnimationThe value was set by an animation. |
CoercionThe value was coerced in code. |
BaseValueSourceVisualStateThe value was set by a visual state. (Introduced in Windows 10, version 1607.) |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | xamlom.h |