DependencyAndAttachedProps Class
Public Class DependencyAndAttachedProps
Inherits DependencyObject
This language is not supported or no code example is available.
public class DependencyAndAttachedProps : DependencyObject
This language is not supported or no code example is available.
type DependencyAndAttachedProps = class
inherit DependencyObject
end
This language is not supported or no code example is available.
public ref class DependencyAndAttachedProps : public DependencyObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (inherited from DependencyObject). |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (inherited from DependencyObject). |
|
LabelDp | A sample dependency property. Gets or sets a textual label. |
| Name | Description | |
|---|---|---|
|
BlinkIntervalAp | A sample attached property. Gets or sets a blinking interval in ms. |
| Name | Description | |
|---|---|---|
|
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (inherited from DependencyObject). |
|
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (inherited from DependencyObject). |
|
CoerceValue(DependencyProperty) | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (inherited from DependencyObject). |
|
Equals(object) | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject). |
|
GetBlinkIntervalAp(UIElement) | A getter for BlinkIntervalAp attached property. |
|
GetHashCode() | Gets a hash code for this DependencyObject. (inherited from DependencyObject). |
|
GetLocalValueEnumerator() | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (inherited from DependencyObject). |
|
GetValue(DependencyProperty) | Returns the current effective value of a dependency property on this instance of a DependencyObject. (inherited from DependencyObject). |
|
InvalidateProperty(DependencyProperty) | Re-evaluates the effective value for the specified dependency property (inherited from DependencyObject). |
|
OnPropertyChanged(DependencyPropertyChangedEventArgs) | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (inherited from DependencyObject). |
|
ReadLocalValue(DependencyProperty) | Returns the local value of a dependency property, if it exists. (inherited from DependencyObject). |
|
SetBlinkIntervalAp(UIElement, int) | A setter for BlinkIntervalAp attached property. |
|
SetCurrentValue(DependencyProperty, object) | Sets the value of a dependency property without changing its value source. (inherited from DependencyObject). |
|
SetValue(DependencyPropertyKey, object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (inherited from DependencyObject). |
|
SetValue(DependencyProperty, object) | Sets the local value of a dependency property, specified by its dependency property identifier. (inherited from DependencyObject). |
|
ShouldSerializeProperty(DependencyProperty) | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject). |
| Name | Description | |
|---|---|---|
|
BlinkIntervalApProperty | The identifier field for BlinkIntervalAp attached property. |
|
LabelDpProperty | The identifier field for LabelDp dependency property. |
SampleClassLibrary.DependencyAndAttachedProps