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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MarkupDocumentTreeManager Class
MarkupDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace