Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / TypographyExtensions Class / GetCharacterCasing Method
The element from which to read the property value.

In This Topic
    GetCharacterCasing Method
    In This Topic
    Gets the character casing for an element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCharacterCasing( _
       ByVal element As DependencyObject _
    ) As CharacterCasing
    public static CharacterCasing GetCharacterCasing( 
       DependencyObject element
    )

    Parameters

    element
    The element from which to read the property value.

    Return Value

    The elements's character casing.
    See Also