PropertyMarker Class

A control that appears with a property value in the property window and can contain information about the property value.

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

Syntax

'Declaration
Public Class PropertyMarker _
    Inherits Control
'Usage
Dim instance As PropertyMarker
public class PropertyMarker : Control
public ref class PropertyMarker : public Control
public class PropertyMarker extends Control

Remarks

An example of a property marker is a control that indicates the source of a property value. Such a property marker appears as a small icon in the property window next to a property. It can use color to indicate the source of the property value, for example, red for a data source and yellow for a resource file.

In hosts that do not support property markers, the control renders Collapsed.

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              Microsoft.Windows.Design.PropertyEditing.PropertyMarker

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyMarker Members

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyContainer

PropertyValueEditor

Other Resources

WPF Designer Extensibility Architecture