Typography Sınıf
Tanım
Zengin bir OpenType tipografi özellikleri kümesine erişim sağlar.Provides access to a rich set of OpenType typography properties.
public ref class Typography sealed
public sealed class Typography
type Typography = class
Public NotInheritable Class Typography
- Devralma
-
Typography
Örnekler
Aşağıdaki kod örneğinde, içindeki tipografik kullanım gösterilmektedir Capitals XAMLXAML .The following code sample shows the use typographic Capitals in XAMLXAML. Varyant özelliğinin, öğesiyle birlikte bulunan tüm metinlere uygulandığını unutmayın Paragraph .Notice that the variant feature is applied to all text contained with the Paragraph element.
<FlowDocument FontFamily="Palatino Linotype" FontSize="24">
<Paragraph Typography.Capitals="SmallCaps">
This example shows the use of the Capitals property
of the Typography object. The entirety of this paragraph
is displayed in small capitals letters,
except for the first letter of a sentence,
and where an uppercase letter is used. In these cases,
a large capital letter is used.
</Paragraph>
</FlowDocument>
Aşağıdaki kod örneği, Capitals içindeki tipografik ve özelliklerin kullanımını gösterir NumeralStyle XAMLXAML .The following code sample shows the use typographic Capitals and NumeralStyle features in XAMLXAML. Her iki tipografik özelliği de paragrafın tamamına uygulandığını unutmayın.Notice that both typographic properties are applied to the entire paragraph.
<FlowDocument FontFamily="Palatino Linotype" FontSize="24">
<Paragraph Typography.Capitals="SmallCaps" Typography.NumeralStyle="OldStyle">
Welcome to C#! . . . 14<LineBreak/>
Working with Variables, Operators, and Expressions . . . 29<LineBreak/>
Writing Methods and Applying Scope . . . 45
</Paragraph>
</FlowDocument>
Açıklamalar
TypographyNesnesi, bir yazı tipinin desteklediği özellik kümesini gösterir OpenTypeOpenType .The Typography object exposes the set of features that an OpenTypeOpenType font supports. TypographyBiçimlendirme veya koddaki özelliklerini ayarlayarak, özelliklerden faydalanan belgeleri kolayca yazabilirsiniz OpenTypeOpenType .By setting the properties of Typography in markup or code, you can easily author documents that take advantage of OpenTypeOpenType features.
Aşağıdaki metin Pescadero yazı tipi için standart büyük harfleri, ardından "SmallCaps" ve "AllSmallCaps" olarak stillendirilmiş harfleri görüntüler.The following text displays standard capital letters for the Pescadero font, followed by the letters styled as "SmallCaps" and "AllSmallCaps". Bu durumda, üç sözcük için de aynı yazı tipi boyutu kullanılır.In this case, the same font size is used for all three words.
OpenType büyük harflerin kullanıldığı metinText using OpenType capitals
Aşağıdaki biçimlendirme örneğinde, nesnesinin özellikleri kullanılarak Pescadero yazı tipi için büyük harflerin nasıl tanımlanacağı gösterilmektedir Typography .The following markup example shows how to define capitals for the Pescadero font, using properties of the Typography object. "SmallCaps" biçimi kullanıldığında, önde gelen büyük harf yok sayılır.When the "SmallCaps" format is used, any leading capital letter is ignored.
<Paragraph FontFamily="Pescadero" FontSize="48">
<Run>CAPITALS</Run>
<Run Typography.Capitals="SmallCaps">Capitals</Run>
<Run Typography.Capitals="AllSmallCaps">Capitals</Run>
</Paragraph>
Aşağıdaki kod örneği, önceki biçimlendirme örneği ile aynı görevi gerçekleştirir.The following code example accomplishes the same task as the previous markup example.
MyParagraph.FontFamily = new FontFamily("Pescadero");
MyParagraph.FontSize = 48;
Run run_1 = new Run("CAPITALS ");
MyParagraph.Inlines.Add(run_1);
Run run_2 = new Run("Capitals ");
run_2.Typography.Capitals = FontCapitals.SmallCaps;
MyParagraph.Inlines.Add(run_2);
Run run_3 = new Run("Capitals");
run_3.Typography.Capitals = FontCapitals.AllSmallCaps;
MyParagraph.Inlines.Add(run_3);
MyParagraph.Inlines.Add(new LineBreak());
MyParagraph.FontFamily = New FontFamily("Pescadero")
MyParagraph.FontSize = 48
Dim run_1 As New Run("CAPITALS ")
MyParagraph.Inlines.Add(run_1)
Dim run_2 As New Run("Capitals ")
run_2.Typography.Capitals = FontCapitals.SmallCaps
MyParagraph.Inlines.Add(run_2)
Dim run_3 As New Run("Capitals")
run_3.Typography.Capitals = FontCapitals.AllSmallCaps
MyParagraph.Inlines.Add(run_3)
MyParagraph.Inlines.Add(New LineBreak())
Tipografi özellikleriTypography Properties
Aşağıdaki tabloda nesnesinin özellikleri, değerleri ve varsayılan değeri listelenmektedir Typography .The following table lists the properties, values, and default value of the Typography object.
Bu sınıfın tüm bağımlılık özelliklerinin ' de eklenmiş bir özellik kullanımı vardır XAMLXAML .All dependency properties of this class also have an attached property usage in XAMLXAML. Örneğin, AnnotationAlternates özelliğini bu söz dizimi aracılığıyla ayarlayabilirsiniz:For instance, you can set the AnnotationAlternates property through this syntax:
<nesne Tipografisi. annotationalternatifleri= " value
".../><object Typography.AnnotationAlternates="value
" .../>
Alanlar
AnnotationAlternatesProperty |
AnnotationAlternatesİliştirilmiş özelliği tanımlar.Identifies the AnnotationAlternates attached property. |
CapitalSpacingProperty |
CapitalSpacingİliştirilmiş özelliği tanımlar.Identifies the CapitalSpacing attached property. |
CapitalsProperty |
Capitalsİliştirilmiş özelliği tanımlar.Identifies the Capitals attached property. |
CaseSensitiveFormsProperty |
CaseSensitiveFormsİliştirilmiş özelliği tanımlar.Identifies the CaseSensitiveForms attached property. |
ContextualAlternatesProperty |
ContextualAlternatesİliştirilmiş özelliği tanımlar.Identifies the ContextualAlternates attached property. |
ContextualLigaturesProperty |
ContextualLigaturesİliştirilmiş özelliği tanımlar.Identifies the ContextualLigatures attached property. |
ContextualSwashesProperty |
ContextualSwashesİliştirilmiş özelliği tanımlar.Identifies the ContextualSwashes attached property. |
DiscretionaryLigaturesProperty |
DiscretionaryLigaturesİliştirilmiş özelliği tanımlar.Identifies the DiscretionaryLigatures attached property. |
EastAsianExpertFormsProperty |
EastAsianExpertFormsİliştirilmiş özelliği tanımlar.Identifies the EastAsianExpertForms attached property. |
EastAsianLanguageProperty |
EastAsianLanguageİliştirilmiş özelliği tanımlar.Identifies the EastAsianLanguage attached property. |
EastAsianWidthsProperty |
EastAsianWidthsİliştirilmiş özelliği tanımlar.Identifies the EastAsianWidths attached property. |
FractionProperty |
Fractionİliştirilmiş özelliği tanımlar.Identifies the Fraction attached property. |
HistoricalFormsProperty |
HistoricalFormsİliştirilmiş özelliği tanımlar.Identifies the HistoricalForms attached property. |
HistoricalLigaturesProperty |
HistoricalLigaturesİliştirilmiş özelliği tanımlar.Identifies the HistoricalLigatures attached property. |
KerningProperty |
Kerningİliştirilmiş özelliği tanımlar.Identifies the Kerning attached property. |
MathematicalGreekProperty |
MathematicalGreekİliştirilmiş özelliği tanımlar.Identifies the MathematicalGreek attached property. |
NumeralAlignmentProperty |
NumeralAlignmentİliştirilmiş özelliği tanımlar.Identifies the NumeralAlignment attached property. |
NumeralStyleProperty |
NumeralStyleİliştirilmiş özelliği tanımlar.Identifies the NumeralStyle attached property. |
SlashedZeroProperty |
SlashedZeroİliştirilmiş özelliği tanımlar.Identifies the SlashedZero attached property. |
StandardLigaturesProperty |
StandardLigaturesİliştirilmiş özelliği tanımlar.Identifies the StandardLigatures attached property. |
StandardSwashesProperty |
StandardSwashesİliştirilmiş özelliği tanımlar.Identifies the StandardSwashes attached property. |
StylisticAlternatesProperty |
StylisticAlternatesİliştirilmiş özelliği tanımlar.Identifies the StylisticAlternates attached property. |
StylisticSet10Property |
StylisticSet10İliştirilmiş özelliği tanımlar.Identifies the StylisticSet10 attached property. |
StylisticSet11Property |
StylisticSet11İliştirilmiş özelliği tanımlar.Identifies the StylisticSet11 attached property. |
StylisticSet12Property |
StylisticSet12İliştirilmiş özelliği tanımlar.Identifies the StylisticSet12 attached property. |
StylisticSet13Property |
StylisticSet13İliştirilmiş özelliği tanımlar.Identifies the StylisticSet13 attached property. |
StylisticSet14Property |
StylisticSet14İliştirilmiş özelliği tanımlar.Identifies the StylisticSet14 attached property. |
StylisticSet15Property |
StylisticSet15İliştirilmiş özelliği tanımlar.Identifies the StylisticSet15 attached property. |
StylisticSet16Property |
StylisticSet16İliştirilmiş özelliği tanımlar.Identifies the StylisticSet16 attached property. |
StylisticSet17Property |
StylisticSet17İliştirilmiş özelliği tanımlar.Identifies the StylisticSet17 attached property. |
StylisticSet18Property |
StylisticSet18İliştirilmiş özelliği tanımlar.Identifies the StylisticSet18 attached property. |
StylisticSet19Property |
StylisticSet19İliştirilmiş özelliği tanımlar.Identifies the StylisticSet19 attached property. |
StylisticSet1Property |
StylisticSet1İliştirilmiş özelliği tanımlar.Identifies the StylisticSet1 attached property. |
StylisticSet20Property |
StylisticSet20İliştirilmiş özelliği tanımlar.Identifies the StylisticSet20 attached property. |
StylisticSet2Property |
StylisticSet2İliştirilmiş özelliği tanımlar.Identifies the StylisticSet2 attached property. |
StylisticSet3Property |
StylisticSet3İliştirilmiş özelliği tanımlar.Identifies the StylisticSet3 attached property. |
StylisticSet4Property |
StylisticSet4İliştirilmiş özelliği tanımlar.Identifies the StylisticSet4 attached property. |
StylisticSet5Property |
StylisticSet5İliştirilmiş özelliği tanımlar.Identifies the StylisticSet5 attached property. |
StylisticSet6Property |
StylisticSet6İliştirilmiş özelliği tanımlar.Identifies the StylisticSet6 attached property. |
StylisticSet7Property |
StylisticSet7İliştirilmiş özelliği tanımlar.Identifies the StylisticSet7 attached property. |
StylisticSet8Property |
StylisticSet8İliştirilmiş özelliği tanımlar.Identifies the StylisticSet8 attached property. |
StylisticSet9Property |
StylisticSet9İliştirilmiş özelliği tanımlar.Identifies the StylisticSet9 attached property. |
VariantsProperty |
Variantsİliştirilmiş özelliği tanımlar.Identifies the Variants attached property. |
Özellikler
AnnotationAlternates |
Alternatif bir ek açıklama formunun dizinini belirten bir değer alır veya ayarlar.Gets or sets a value that specifies the index of an alternate annotation form. |
Capitals |
FontCapitalsSeçili yazı tipinin büyük formunu gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontCapitals enumerated value that indicates the capital form of the selected font. |
CapitalSpacing |
Tüm-büyük metinlere yönelik glif aralıklarının, okunabilirliği artırmak üzere küresel olarak ayarlandığını belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether inter-glyph spacing for all-capital text is globally adjusted to improve readability. |
CaseSensitiveForms |
Gliflerin dikey konumunu büyük harflerle daha iyi hizalı olarak ayarlayıp ayarlamadığını belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether glyphs adjust their vertical position to better align with uppercase glyphs. |
ContextualAlternates |
Özel glif formlarının, işlenen metnin bağlamına göre kullanılıp kullanılamayacağını belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether custom glyph forms can be used based upon the context of the text being rendered. |
ContextualLigatures |
Bağlamsal bitişik harflerin etkinleştirilip etkinleştirilmeyeceğini belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether contextual ligatures are enabled. |
ContextualSwashes |
Bağlamsal süslemeler formunun dizinini belirten bir değer alır veya ayarlar.Gets or sets a value that specifies the index of a contextual swashes form. |
DiscretionaryLigatures |
İsteğe bağlı ligatür özelliğinin etkinleştirilip etkinleştirilmeyeceğini belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether discretionary ligatures are enabled. |
EastAsianExpertForms |
Standart Japonca yazı tipi formlarının, karşılık gelen tercih edilen tipografik formlarla değiştirilip değiştirilmeyeceğini belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether the standard Japanese font forms have been replaced with the corresponding preferred typographic forms. |
EastAsianLanguage |
FontEastAsianLanguageBelirli bir yazma sistemi veya dili için kullanılacak glif sürümünü gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontEastAsianLanguage enumerated value that indicates the version of glyphs to be used for a specific writing system or language. |
EastAsianWidths |
FontEastAsianWidthsDoğu Asya yazı tipinde Latin karakterleri için kullanılacak orantılı genişliği gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontEastAsianWidths enumerated value that indicates the proportional width to be used for Latin characters in an East Asian font. |
Fraction |
FontFractionKesir stilini gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontFraction enumerated value that indicates the fraction style. |
HistoricalForms |
Geçmiş formlarının etkinleştirilip etkinleştirilmeyeceğini belirleyen bir değer alır veya ayarlar.Gets or sets a value that determines whether historical forms are enabled. |
HistoricalLigatures |
Geçmiş ligatürleri etkin olup olmadığını gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether historical ligatures are enabled. |
Kerning |
Aralık değerinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether kerning is enabled. |
MathematicalGreek |
Yunan karakterlerinin standart tipografik yazı tipi formlarının, yaygın olarak matematiksel gösterimde kullanılan yazı tipi formlarıyla değiştirilip değiştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether standard typographic font forms of Greek glyphs have been replaced with corresponding font forms commonly used in mathematical notation. |
NumeralAlignment |
FontNumeralAlignmentSayılar kullanılırken genişlerinin hizalamasını gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontNumeralAlignment enumerated value that indicates the alignment of widths when using numerals. |
NumeralStyle |
FontNumeralStyleSayısal alternatif yazı tipi formlarını işlemek için kullanılan glif kümesini belirleyen numaralandırılmış bir değeri alır veya ayarlar.Gets or sets a FontNumeralStyle enumerated value that determines the set of glyphs that are used to render numeric alternate font forms. |
SlashedZero |
Nominal sıfır yazı tipi formunun eğik çizgili sıfıra değiştirilip değiştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a nominal zero font form should be replaced with a slashed zero. |
StandardLigatures |
Standart ligatürleri etkin olup olmadığını gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether standard ligatures are enabled. |
StandardSwashes |
Standart dalgalı karakterler formunun dizinini belirten bir değer alır veya ayarlar.Gets or sets a value that specifies the index of a standard swashes form. |
StylisticAlternates |
Stil alternatifleri formunun dizinini belirten bir değer alır veya ayarlar.Gets or sets a value that specifies the index of a stylistic alternates form. |
StylisticSet1 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet10 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet11 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet12 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet13 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet14 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet15 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet16 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet17 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet18 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet19 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet2 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet20 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet3 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet4 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet5 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet6 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet7 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet8 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
StylisticSet9 |
Bir yazı tipi formunun Stil kümesinin etkinleştirilip etkinleştirilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates whether a stylistic set of a font form is enabled. |
Variants |
FontVariantsKullanılan standart tipografik formun bir varyasyonunu gösteren numaralandırılmış bir değer alır veya ayarlar.Gets or sets a FontVariants enumerated value that indicates a variation of the standard typographic form to be used. |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetAnnotationAlternates(DependencyObject) |
AnnotationAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the AnnotationAlternates attached property for a specified dependency object. |
GetCapitals(DependencyObject) |
CapitalsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the Capitals attached property for a specified dependency object. |
GetCapitalSpacing(DependencyObject) |
CapitalSpacingBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the CapitalSpacing attached property for a specified dependency object. |
GetCaseSensitiveForms(DependencyObject) |
CaseSensitiveFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the CaseSensitiveForms attached property for a specified dependency object. |
GetContextualAlternates(DependencyObject) |
ContextualAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the ContextualAlternates attached property for a specified dependency object. |
GetContextualLigatures(DependencyObject) |
ContextualLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the ContextualLigatures attached property for a specified dependency object. |
GetContextualSwashes(DependencyObject) |
ContextualSwashesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the ContextualSwashes attached property for a specified dependency object. |
GetDiscretionaryLigatures(DependencyObject) |
DiscretionaryLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the DiscretionaryLigatures attached property for a specified dependency object. |
GetEastAsianExpertForms(DependencyObject) |
EastAsianExpertFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the EastAsianExpertForms attached property for a specified dependency object. |
GetEastAsianLanguage(DependencyObject) |
EastAsianLanguageBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the EastAsianLanguage attached property for a specified dependency object. |
GetEastAsianWidths(DependencyObject) |
EastAsianWidthsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the EastAsianWidths attached property for a specified dependency object. |
GetFraction(DependencyObject) |
FractionBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the Fraction attached property for a specified dependency object. |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetHistoricalForms(DependencyObject) |
HistoricalFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the HistoricalForms attached property for a specified dependency object. |
GetHistoricalLigatures(DependencyObject) |
HistoricalLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the HistoricalLigatures attached property for a specified dependency object. |
GetKerning(DependencyObject) |
KerningBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the Kerning attached property for a specified dependency object. |
GetMathematicalGreek(DependencyObject) |
MathematicalGreekBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the MathematicalGreek attached property for a specified dependency object. |
GetNumeralAlignment(DependencyObject) |
NumeralAlignmentBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the NumeralAlignment attached property for a specified dependency object. |
GetNumeralStyle(DependencyObject) |
NumeralStyleBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the NumeralStyle attached property for a specified dependency object. |
GetSlashedZero(DependencyObject) |
SlashedZeroBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the SlashedZero attached property for a specified dependency object. |
GetStandardLigatures(DependencyObject) |
StandardLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StandardLigatures attached property for a specified dependency object. |
GetStandardSwashes(DependencyObject) |
StandardSwashesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StandardSwashes attached property for a specified dependency object. |
GetStylisticAlternates(DependencyObject) |
StylisticAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticAlternates attached property for a specified dependency object. |
GetStylisticSet1(DependencyObject) |
StylisticSet1Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet1 attached property for a specified dependency object. |
GetStylisticSet10(DependencyObject) |
StylisticSet10Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet10 attached property for a specified dependency object. |
GetStylisticSet11(DependencyObject) |
StylisticSet11Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet11 attached property for a specified dependency object. |
GetStylisticSet12(DependencyObject) |
StylisticSet12Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet12 attached property for a specified dependency object. |
GetStylisticSet13(DependencyObject) |
StylisticSet13Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet13 attached property for a specified dependency object. |
GetStylisticSet14(DependencyObject) |
StylisticSet14Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet14 attached property for a specified dependency object. |
GetStylisticSet15(DependencyObject) |
StylisticSet15Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet15 attached property for a specified dependency object. |
GetStylisticSet16(DependencyObject) |
StylisticSet16Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet16 attached property for a specified dependency object. |
GetStylisticSet17(DependencyObject) |
StylisticSet17Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet17 attached property for a specified dependency object. |
GetStylisticSet18(DependencyObject) |
StylisticSet18Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet18 attached property for a specified dependency object. |
GetStylisticSet19(DependencyObject) |
StylisticSet19Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet19 attached property for a specified dependency object. |
GetStylisticSet2(DependencyObject) |
StylisticSet2Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet2 attached property for a specified dependency object. |
GetStylisticSet20(DependencyObject) |
StylisticSet20Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet20 attached property for a specified dependency object. |
GetStylisticSet3(DependencyObject) |
StylisticSet3Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet3 attached property for a specified dependency object. |
GetStylisticSet4(DependencyObject) |
StylisticSet4Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet4 attached property for a specified dependency object. |
GetStylisticSet5(DependencyObject) |
StylisticSet5Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet5 attached property for a specified dependency object. |
GetStylisticSet6(DependencyObject) |
StylisticSet6Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet6 attached property for a specified dependency object. |
GetStylisticSet7(DependencyObject) |
StylisticSet7Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet7 attached property for a specified dependency object. |
GetStylisticSet8(DependencyObject) |
StylisticSet8Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet8 attached property for a specified dependency object. |
GetStylisticSet9(DependencyObject) |
StylisticSet8Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the StylisticSet8 attached property for a specified dependency object. |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
GetVariants(DependencyObject) |
VariantsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini döndürür.Returns the value of the Variants attached property for a specified dependency object. |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
SetAnnotationAlternates(DependencyObject, Int32) |
AnnotationAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the AnnotationAlternates attached property for a specified dependency object. |
SetCapitals(DependencyObject, FontCapitals) |
CapitalsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the Capitals attached property for a specified dependency object. |
SetCapitalSpacing(DependencyObject, Boolean) |
CapitalSpacingBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the CapitalSpacing attached property for a specified dependency object. |
SetCaseSensitiveForms(DependencyObject, Boolean) |
CaseSensitiveFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the CaseSensitiveForms attached property for a specified dependency object. |
SetContextualAlternates(DependencyObject, Boolean) |
ContextualAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the ContextualAlternates attached property for a specified dependency object. |
SetContextualLigatures(DependencyObject, Boolean) |
ContextualLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the ContextualLigatures attached property for a specified dependency object. |
SetContextualSwashes(DependencyObject, Int32) |
ContextualSwashesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the ContextualSwashes attached property for a specified dependency object. |
SetDiscretionaryLigatures(DependencyObject, Boolean) |
DiscretionaryLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the DiscretionaryLigatures attached property for a specified dependency object. |
SetEastAsianExpertForms(DependencyObject, Boolean) |
EastAsianExpertFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the EastAsianExpertForms attached property for a specified dependency object. |
SetEastAsianLanguage(DependencyObject, FontEastAsianLanguage) |
EastAsianLanguageBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the EastAsianLanguage attached property for a specified dependency object. |
SetEastAsianWidths(DependencyObject, FontEastAsianWidths) |
EastAsianWidthsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the EastAsianWidths attached property for a specified dependency object. |
SetFraction(DependencyObject, FontFraction) |
FractionBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the Fraction attached property for a specified dependency object. |
SetHistoricalForms(DependencyObject, Boolean) |
HistoricalFormsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the HistoricalForms attached property for a specified dependency object. |
SetHistoricalLigatures(DependencyObject, Boolean) |
HistoricalLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the HistoricalLigatures attached property for a specified dependency object. |
SetKerning(DependencyObject, Boolean) |
KerningBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the Kerning attached property for a specified dependency object. |
SetMathematicalGreek(DependencyObject, Boolean) |
MathematicalGreekBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the MathematicalGreek attached property for a specified dependency object. |
SetNumeralAlignment(DependencyObject, FontNumeralAlignment) |
NumeralAlignmentBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the NumeralAlignment attached property for a specified dependency object. |
SetNumeralStyle(DependencyObject, FontNumeralStyle) |
NumeralStyleBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the NumeralStyle attached property for a specified dependency object. |
SetSlashedZero(DependencyObject, Boolean) |
SlashedZeroBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the SlashedZero attached property for a specified dependency object. |
SetStandardLigatures(DependencyObject, Boolean) |
StandardLigaturesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StandardLigatures attached property for a specified dependency object. |
SetStandardSwashes(DependencyObject, Int32) |
StandardSwashesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StandardSwashes attached property for a specified dependency object. |
SetStylisticAlternates(DependencyObject, Int32) |
StylisticAlternatesBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticAlternates attached property for a specified dependency object. |
SetStylisticSet1(DependencyObject, Boolean) |
StylisticSet1Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet1 attached property for a specified dependency object. |
SetStylisticSet10(DependencyObject, Boolean) |
StylisticSet10Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet10 attached property for a specified dependency object. |
SetStylisticSet11(DependencyObject, Boolean) |
StylisticSet11Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet11 attached property for a specified dependency object. |
SetStylisticSet12(DependencyObject, Boolean) |
StylisticSet12Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet12 attached property for a specified dependency object. |
SetStylisticSet13(DependencyObject, Boolean) |
StylisticSet13Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet13 attached property for a specified dependency object. |
SetStylisticSet14(DependencyObject, Boolean) |
StylisticSet14Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet14 attached property for a specified dependency object. |
SetStylisticSet15(DependencyObject, Boolean) |
StylisticSet15Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet15 attached property for a specified dependency object. |
SetStylisticSet16(DependencyObject, Boolean) |
StylisticSet16Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet16 attached property for a specified dependency object. |
SetStylisticSet17(DependencyObject, Boolean) |
StylisticSet17Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet17 attached property for a specified dependency object. |
SetStylisticSet18(DependencyObject, Boolean) |
StylisticSet18Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet18 attached property for a specified dependency object. |
SetStylisticSet19(DependencyObject, Boolean) |
StylisticSet19Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet19 attached property for a specified dependency object. |
SetStylisticSet2(DependencyObject, Boolean) |
StylisticSet2Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet2 attached property for a specified dependency object. |
SetStylisticSet20(DependencyObject, Boolean) |
StylisticSet20Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet20 attached property for a specified dependency object. |
SetStylisticSet3(DependencyObject, Boolean) |
StylisticSet3Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet3 attached property for a specified dependency object. |
SetStylisticSet4(DependencyObject, Boolean) |
StylisticSet4Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet4 attached property for a specified dependency object. |
SetStylisticSet5(DependencyObject, Boolean) |
StylisticSet5Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet5 attached property for a specified dependency object. |
SetStylisticSet6(DependencyObject, Boolean) |
StylisticSet6Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet6 attached property for a specified dependency object. |
SetStylisticSet7(DependencyObject, Boolean) |
StylisticSet7Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet7 attached property for a specified dependency object. |
SetStylisticSet8(DependencyObject, Boolean) |
StylisticSet8Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet8 attached property for a specified dependency object. |
SetStylisticSet9(DependencyObject, Boolean) |
StylisticSet9Belirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the StylisticSet9 attached property for a specified dependency object. |
SetVariants(DependencyObject, FontVariants) |
VariantsBelirtilen bağımlılık nesnesi için iliştirilmiş özelliğin değerini ayarlar.Sets the value of the Variants attached property for a specified dependency object. |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |