共用方式為


TextModifier.HasDirectionalEmbedding 屬性

定義

取得值,這個值指出 TextModifier 對於目前的文字範圍是否支援 FlowDirection

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

屬性值

Boolean

如果 TextModifier 對於目前的文字範圍支援 FlowDirection,則為 true,否則為 false

備註

當傳回值為 true 時, TextFormatter 使用 FlowDirection 屬性來判斷目前文字範圍的內容流程方向。

適用於