TextRun.FormattedValueExpressionBased Property

Definition

Gets a Boolean value that indicates whether the formatted text run value in Instance (Value) is expression-based.

public:
 abstract property bool FormattedValueExpressionBased { bool get(); };
public abstract bool FormattedValueExpressionBased { get; }
member this.FormattedValueExpressionBased : bool
Public MustOverride ReadOnly Property FormattedValueExpressionBased As Boolean

Property Value

true if the formatted text run value is expression-based; otherwise, false.

Applies to