MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

add access to SmartHint of TextBox, PasswordBox etc (place holder text) for set HorizontalAlignment

Open mohsen-id opened this issue 1 year ago • 0 comments

for now we have to use: <TextBox> <TextBox.Resources> <Style TargetType="materialDesign:SmartHint" > <Setter Property="HorizontalAlignment" Value="Center"/> </Style> </TextBox.Resources> </TextBox>

and you could add property like: <TextBox materialDesign:PlaceHolder.HorizontalAlignment="Center" />

HintAssist.FloatingHintHorizontalAlignment effect when the text will flot.

mohsen-id avatar Feb 17 '24 12:02 mohsen-id