Gets or sets the method attribute used to configure the MethodBox.

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

Syntax

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

Remarks

This is a dependency property.

See Also