IXamlMember.IsDependencyProperty
IXamlMember.IsDependencyProperty
IXamlMember.IsDependencyProperty
IXamlMember.IsDependencyProperty
Property
Definition
Gets a value that indicates whether the XAML member is implemented as a dependency property.
public : Platform::Boolean IsDependencyProperty { get; }
bool IsDependencyProperty();
public bool IsDependencyProperty { get; }
Public ReadOnly Property IsDependencyProperty As bool
Property Value
bool
bool
true if the XAML member is implemented as a dependency property; otherwise, false.
See also
Feedback
Loading feedback...