TextBlock.ShouldSerializeText Method

Definition

Returns a value that indicates whether the effective value of the Text property should be serialized during serialization of a TextBlock object.

public:
 bool ShouldSerializeText();
public bool ShouldSerializeText ();
member this.ShouldSerializeText : unit -> bool
Public Function ShouldSerializeText () As Boolean

Returns

true if the Text property should be serialized; otherwise, false.

Applies to