Delen via


DependencyPropertyValueSource.IsExpression Property

Gets a value indicating whether the property is set to an expression.

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

Syntax

'Declaration
Public ReadOnly Property IsExpression As Boolean
'Usage
Dim instance As DependencyPropertyValueSource 
Dim value As Boolean 

value = instance.IsExpression
public bool IsExpression { get; }
public:
property bool IsExpression {
    bool get ();
}
public function get IsExpression () : boolean

Property Value

Type: System.Boolean
true if the property is set to an expression; otherwise, false.

Remarks

Examples of properties set to an expression include DataBound, LocalDynamicResource, LocalStaticResource, SystemResource, TemplateBinding, or CustomMarkupExtension.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture