Typography.CaseSensitiveForms Property

Definition

Gets or sets a value that determines whether glyphs adjust their vertical position to better align with uppercase glyphs.

public:
 property bool CaseSensitiveForms { bool get(); void set(bool value); };
public bool CaseSensitiveForms { get; set; }
member this.CaseSensitiveForms : bool with get, set
Public Property CaseSensitiveForms As Boolean

Property Value

true if the vertical position is adjusted; otherwise, false. The default value is false.

Remarks

This property gets or sets a value on the object that owns a Typography property, which is the only way to access a Typography class instance. In addition, this property supports an attached property usage so that it can be set on text-containing objects in XAML.

XAML Attribute Usage

<object Typography.CaseSensitiveForms="bool"/>

Dependency Property Information

Identifier field CaseSensitiveFormsProperty
Metadata properties set to true AffectsMeasure, AffectsRender, Inherits

Applies to