Share via


DependencyPropertyValueSource.CustomMarkupExtension Property

Gets a DependencyPropertyValueSource object that represents a property set to a custom markup extension.

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

Syntax

'Declaration
Public Shared ReadOnly Property CustomMarkupExtension As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource CustomMarkupExtension { get; }
public:
static property DependencyPropertyValueSource^ CustomMarkupExtension {
    DependencyPropertyValueSource^ get ();
}
static member CustomMarkupExtension : DependencyPropertyValueSource
static function get CustomMarkupExtension () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a property set to a custom markup extension.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture