Delen via


MarkupDocumentManager.MarkupFormatting Property

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

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

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

Syntax

'Declaration
Public Property MarkupFormatting As MarkupFormatting
'Usage
Dim instance As MarkupDocumentManager 
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
Formatting rules that are used when formatting markup changes are made to the document.

.NET Framework Security

See Also

Reference

MarkupDocumentManager Class

MarkupDocumentManager Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility