共用方式為


NSLayoutManager.NotShownAttributeForGlyphAtIndex(nuint) 方法

定義

是否顯示位於指定索引處的字元。

[Foundation.Export("notShownAttributeForGlyphAtIndex:")]
public virtual bool NotShownAttributeForGlyphAtIndex (nuint glyphIndex);
abstract member NotShownAttributeForGlyphAtIndex : nuint -> bool
override this.NotShownAttributeForGlyphAtIndex : nuint -> bool

參數

glyphIndex
System.System.UIntPtr System.unativeint

傳回

屬性

備註

通常不會顯示索引標籤和分行符號等字元,但效果配置。 空間會被視為顯示,因為它們會「顯示」特性位移。

這個方法會導致配置上限為指定的索引。 如果 為 AllowsNonContiguousLayouttrue ,則版面配置會限制在包含的行段。

適用於