Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / TypographyExtensions Class / SetCharacterCasing Method
The element on which to set the CharacterCasing attached property..
The System.Windows.Controls.CharacterCasing value to set.

In This Topic
    SetCharacterCasing Method
    In This Topic
    Sets the character casing for an element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetCharacterCasing( _
       ByVal element As DependencyObject, _
       ByVal value As CharacterCasing _
    ) 
    public static void SetCharacterCasing( 
       DependencyObject element,
       CharacterCasing value
    )

    Parameters

    element
    The element on which to set the CharacterCasing attached property..
    value
    The System.Windows.Controls.CharacterCasing value to set.
    See Also