Gets or sets the property attribute used to configure the PropertyBox.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public PropertyAttribute PropertyAttribute { get; set; }
Visual Basic
Public Property PropertyAttribute As PropertyAttribute
	Get
	Set
XAML Property Element Usage
<object>
  <object.PropertyAttribute>
    <PropertyAttribute .../>
  </object.PropertyAttribute>
</object>

Remarks

This is a dependency property.

See Also