Share via


DependencyPropertyValueSource.Null Property

Gets a DependencyPropertyValueSource object that represents a property set to x:Null.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
a DependencyPropertyValueSource object that represents a property set to x:Null.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture