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
- 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
Microsoft.Windows.Design.Documents Namespace