Share via


IXRDependencyObject::SetAttachedProperty (Windows Embedded CE 6.0)

1/6/2010

This section provides links to topics that describe each version of the SetAttachedProperty method in Silverlight for Windows Embedded.

Overrides List

Topic Description

IXRDependencyObject::SetAttachedProperty(const WCHAR*, bool)

Sets the value of the specified attached property.

Use this method if the specified attached property has a Boolean type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, COLORREF)

Sets the value of the specified attached property.

Use this method if the specified attached property has a COLORREF type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, float)

Sets the value of the specified attached property.

Use this method if the specified attached property has a float type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, int)

Sets the value of the specified attached property.

Use this method if the specified attached property has a 32-bit integer type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, IXRDependencyObject*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an IXRDependencyObject object type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, UINT)

Sets the value of the specified attached property.

Use this method if the specified attached property has a UINT type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, WCHAR*)

Sets the value of the specified attached property.

Use this method if the specified attached property has a string type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRCornerRadius*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRCornerRadius type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRGridLength*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRGridLength type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRPoint*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRPoint type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRRect*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRRect type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRRepeatBehavior*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRRepeatBehavior type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, XRThickness*)

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRThickness type.

See Also

Reference

IXRDependencyObject
IXRDependencyObject::GetAttachedProperty