Share via


ModelEditingScope.Description Property

Gets or sets a description for the group.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Property Description As String
'Usage
Dim instance As ModelEditingScope 
Dim value As String 

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
public function get Description () : String 
public function set Description (value : String)

Property Value

Type: System.String
A string containing the description for the group.

Remarks

You may change this property at any time before the group is committed.

.NET Framework Security

See Also

Reference

ModelEditingScope Class

ModelEditingScope Members

Microsoft.Windows.Design.Model Namespace

Other Resources

Walkthrough: Creating a Design-time Adorner

WPF Designer Extensibility