Paragraph.ShouldSerializeInlines(XamlDesignerSerializationManager) Method
Definition
Indicates whether the Inlines property should be persisted.
public:
bool ShouldSerializeInlines(System::Windows::Markup::XamlDesignerSerializationManager ^ manager);
public bool ShouldSerializeInlines (System.Windows.Markup.XamlDesignerSerializationManager manager);
member this.ShouldSerializeInlines : System.Windows.Markup.XamlDesignerSerializationManager -> bool
Public Function ShouldSerializeInlines (manager As XamlDesignerSerializationManager) As Boolean
Parameters
- manager
- XamlDesignerSerializationManager
A serialization service manager object for this object.
Returns
true
if the property value has changed from its default; otherwise, false
.
Exceptions
manager
is null
.
Remarks
This ShouldSerialize
method is provided because the Inlines property does not have a simple default value. This method indicates whether the property has changed from its default value. You typically invoke this method if you are either developing a designer for the Paragraph or developing your own control incorporating the Paragraph.