Delen via


DependencyPropertyValueSource.CustomMarkupExtension Property

Gets the custom markup extension the property is set to.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CustomMarkupExtension As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource 

value = DependencyPropertyValueSource.CustomMarkupExtension
public static DependencyPropertyValueSource CustomMarkupExtension { get; }
public:
static property DependencyPropertyValueSource^ CustomMarkupExtension {
    DependencyPropertyValueSource^ get ();
}
public static function get CustomMarkupExtension () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource for the custom markup extension.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture