ComboBoxHelper.

SetCharacterCasing(UIElement, CharacterCasing) Method

Summary

Sets the Character casing of the TextBox.
Namespace
MahApps.Metro.Controls
Containing Type
ComboBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ComboBox))]
public static void SetCharacterCasing(UIElement obj, CharacterCasing value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj UIElement
value CharacterCasing

Return Value

Type Description
void