Aracılığıyla paylaş


GlyphRun.CaretStops Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Öğesini temsil GlyphRuneden Unicode'daki her UTF16 kod noktası için şapka işareti durakları olup olmadığını belirleyen değerlerin listesini Boolean alır veya ayarlar.

public:
 property System::Collections::Generic::IList<bool> ^ CaretStops { System::Collections::Generic::IList<bool> ^ get(); void set(System::Collections::Generic::IList<bool> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.BoolIListConverter))]
public System.Collections.Generic.IList<bool> CaretStops { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.BoolIListConverter))>]
member this.CaretStops : System.Collections.Generic.IList<bool> with get, set
Public Property CaretStops As IList(Of Boolean)

Özellik Değeri

IList<Boolean>

Şapka işareti durakları Boolean olup olmadığını gösteren değerlerin listesi.

Öznitelikler

Açıklamalar

Dönüş değeri, null Unicode'da öğesini temsil eden GlyphRunher UTF16 kod noktası için bir şapka işareti durağı olmasıdır.

Şunlara uygulanır