TextBlock::ShouldSerializeInlines Method (XamlDesignerSerializationManager^)
.NET Framework (current version)
Returns a value that indicates whether the effective value of the Inlines property should be serialized during serialization of a TextBlock object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- manager
-
Type:
System.Windows.Markup::XamlDesignerSerializationManager^
A serialization service manager object for this object.
Return Value
Type: System::Booleantrue if the Inlines property should be serialized; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | manager is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: