Delen via


MarkupDocumentTreeManager.MarkupFormatting Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the formatting rules that will be used when formatting markup changes are made to the document.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Property MarkupFormatting As MarkupFormatting
'Usage
Dim instance As MarkupDocumentTreeManager 
Dim value As MarkupFormatting 

value = instance.MarkupFormatting

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

Property Value

Type: Microsoft.Windows.Design.Documents.MarkupFormatting

.NET Framework Security

See Also

Reference

MarkupDocumentTreeManager Class

MarkupDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility