Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / TypographyExtensions Class / CharacterCasingProperty Field

In This Topic
    CharacterCasingProperty Field
    In This Topic
    Identifies the CharacterCasing attached property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly CharacterCasingProperty As DependencyProperty
    public static readonly DependencyProperty CharacterCasingProperty
    Remarks
    This property is inheritable. If you set it on some control like a System.Windows.Controls.Button, it will be applied to all System.Windows.Controls.TextBlock and System.Windows.Controls.AccessText elements inside the button's visual tree.
    See Also