Table of Contents

Method GetFullName

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetFullName(DependencyProperty)

Gets the full name of a dependency property (OwnerType.FullName + "." + Name).

public static string GetFullName(this DependencyProperty p)

Parameters

p DependencyProperty

Returns

string