 | AttachedPropertiesContainerSetHasParent method |
WPF setter for the HasParentProperty.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SetHasParent(
DependencyObject obj,
bool value
)
Public Shared Sub SetHasParent (
obj As DependencyObject,
value As Boolean
)
public:
static void SetHasParent(
DependencyObject^ obj,
bool value
)
static member SetHasParent :
obj : DependencyObject *
value : bool -> unit Parameters
- obj DependencyObject
- The owning control.
- value Boolean
- Boolean value.
See also