DesignerProperties Class
TOC
Collapse the table of content
Expand the table of content

DesignerProperties Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Provides attached properties that can be used to communicate with a designer.

System::Object
  System.ComponentModel::DesignerProperties

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The DesignerProperties type exposes the following members.

  NameDescription
Public propertyStatic memberIsInDesignToolGets a value that indicates whether the element is running in the context of a designer.
Public propertyStatic memberRefreshOnlyXmlnsDefinitionsOnAssemblyReplaceGets or sets a value that indicates whether all the metadata associated with an assembly or just the xmlns namespace definitions should be refreshed in the designer when an assembly is recompiled.
Top

  NameDescription
Public attached propertyIsInDesignModeGets or sets whether a DependencyObject is running in the context of a designer.
Top

  NameDescription
Public methodStatic memberGetIsInDesignModeGets the value of the IsInDesignMode attached property for the specified UIElement.
Public methodStatic memberSetIsInDesignModeSets the value of the IsInDesignMode attached property to a specified element.
Top

  NameDescription
Public fieldStatic memberIsInDesignModePropertyIdentifies the IsInDesignMode attached property.
Top

The DesignerProperties class provides attached properties that can be used to query the state of a control when it is running in a designer. Designer tools will set values for properties on objects that are running in the designer.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

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

Show:
© 2017 Microsoft