GlyphTypeface.DistancesFromHorizontalBaselineToBlackBoxBottom Eigenschaft

Definition

Ruft den Wert des Offsets der horizontalen Western Baseline zum unteren Rand der Symbolblackbox für die vom GlyphTypeface-Objekt dargestellten Symbole ab.

public:
 property System::Collections::Generic::IDictionary<System::UInt16, double> ^ DistancesFromHorizontalBaselineToBlackBoxBottom { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> DistancesFromHorizontalBaselineToBlackBoxBottom { get; }
member this.DistancesFromHorizontalBaselineToBlackBoxBottom : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property DistancesFromHorizontalBaselineToBlackBoxBottom As IDictionary(Of UShort, Double)

Eigenschaftswert

IDictionary<UInt16,Double>

Ein IDictionary<TKey,TValue>-Objekt mit Schlüssel-Wert-Paaren, die Offsets für die Symbole darstellen. Der Schlüssel ist ein UInt16, das den Symbolindex identifiziert. Der Wert ist ein Double, das den Offsetwert darstellt.

Gilt für