This is a dependency property.
这是一个依赖项属性。
Dependency Property Value Precedence.
依赖项属性值优先级。
Sets the local value of a dependency property.
设置依赖项属性的本地值。
This dependency property inherits property values.
这个相依性属性会继承属性值。
It can be (and frequently is) a read-only dependency property.
它可以是(也经常是)唯读相依性属性。
Gets the value validation callback for the dependency property.
获取依赖项对象的默认元数据。
Associates a dependency property with a shader sampler register.
将依赖项属性与着色器的采样器寄存器相关联。
The property for a property trigger must be a dependency property.
属性触发器的属性必须是一个依赖项属性。
Registers a dependency property as a read-only dependency property.
将相依性属性注册为唯读的相依性属性。
Returns the metadata for this dependency property as it exists on a specified type.
为此依赖项属性(当它位于指定类型上时)返回元数据。
Adds another type as an owner of a dependency property that has already been registered.
加入其他型别做为已注册之相依性属性的拥有者。
Returns the metadata for this dependency property as it exists on a specified existing type.
为此依赖项属性(当它位于指定的现有类型上时)返回元数据。
Registers a dependency property with the specified property name, property type, and owner type.
使用指定的属性名称、属性类型和所有者类型注册依赖项属性。
DependencyPropertyKey identifies a read-only dependency property for property system operations.
定义只读依赖项属性的类不应使用公共访问权限公开此键。
Returns the metadata associated with this dependency property as it exists for a particular type.
返回与此依赖项属性(当它位于特定类型上时)关联的元数据。
Typically these events report effective value changes in the value of a read-only dependency property.
通常,这些事件会报告只读依赖项属性的值中的有效值更改。
The following example illustrates the dependency property metadata override usage discussed in Remarks.
下面的示例演示了“备注”中讨论的依赖项属性元数据重写用法。
Dependency property metadata should be overridden before the property system USES the dependency property.
相依性属性中继资料应在属性系统使用相依性属性之前予以覆写。
This equates to the time that specific objects are created for the class that registers the dependency property.
这与针对可注册相依性属性的类别建立特定物件的时机相同。
Many dependency property classes already have default metadata established as part of their registration process.
许多相依性属性类别在注册时都已建立了预设中继资料。
A dependency property is a concept specific to WPF that represent a dynamically computed property of a UI element.
依赖项属性是特定于WPF的概念,它表示UI元素的动态计算的属性。
Registers a dependency property with the specified property name, property type, owner type, and property metadata.
使用指定的属性名称、属性类型、所有者类型和属性元数据注册依赖项属性。
The supplied metadata is merged with the property metadata for the dependency property as it exists on the base owner.
所提供的中继资料会与存在于基底拥有者之相依性属性的属性中继资料合并。
However, the property system itself calls and exposes callbacks internally, as part of the dependency property system.
不过,属性系统本身会在内部呼叫和公开回呼,以做为相依性属性系统的一部分。
Dependency property metadata does not vary per instance; it is always consistent for any given type-property combination.
相依性属性中继资料不会随著执行个体而改变,在任何指定的“型别-属性”组合中,此中继资料始终都是一致的。
When a change occurs to the value of a dependency property that is marked with metadata affecting the measure or arrange passes.
用影响测量或排列过程的元数据进行了标记的依赖项属性的值发生更改。
The following example includes an implementation of this callback to validate a range of values for a custom dependency property.
下列范例包含这个回呼的实作,以验证自订相依性属性值的范围。
The most important remaining capability is that the read-only dependency property can still be used as a property trigger in a style.
只读依赖项属性仍可以用作样式中的属性触发器,这是其他功能中最为重要的一个。
The most important remaining capability is that the read-only dependency property can still be used as a property trigger in a style.
只读依赖项属性仍可以用作样式中的属性触发器,这是其他功能中最为重要的一个。
应用推荐