Code fields let users enter and edit pin codes.
<material3:MaterialCodeEntry
LabelText="Code*"
Length="6"
Keyboard="Numeric"
Text="{Binding Code}" />
This property is to set the padding. By default use 12, 0
This property is to enable or disable the code entry.
This property is to the field height. by default is 40
This property is to the keyboard type.
This property is to the keyboard flags.
This property is to set the text transforms
This property is to set the return type.
This property is to set the background color.
This property is to set the code length.
This property is to set the field width.
This property is to set the text color.
This property is to set the focused text color.
This property is to set the disabled text color.
This property is to set the font size.
This property is to set the field width.
This property is to set the font family.
This property is to set the corner radious.
This property is to set the border color.
This property is to set the focused border color.
This property is to set the disabled border color.
This property is to set the focuised background color.
This property is to set the disabled background color.
This property is to set the label.
This property is to set the label color.
This property is to set the disabled label color.
This property is to set the label size.
This property is to set the label font family.
This property is to set the label margin family. By default uses (16,0,16,0).
This property is to set the Label Line Break Mode
- NoWrap,
- WordWrap,
- CharacterWrap,
- HeadTruncation,
- TailTruncation,
- MiddleTruncation
This property is to set the label.
This property is to set the label color.
This property is to set the disabled label color.
This property is to set the label size.
This property is to set the label font family.
This property is to set the label margin family. By default uses (16,0,16,0).
This property is to set the Label Line Break Mode
- NoWrap,
- WordWrap,
- CharacterWrap,
- HeadTruncation,
- TailTruncation,
- MiddleTruncation
This property is to set the supporting text.
This property is to set the supporting text color.
This property is to set the supporting text size.
This property is to set the supporting text font family.
This property is to set the supporting text margin. By default uses (16,4,16,0).
This property is to set the Supporting LineBreakMode.
- NoWrap,
- WordWrap,
- CharacterWrap,
- HeadTruncation,
- TailTruncation,
- MiddleTruncation
This property is to set the horizontal text alignment.
- Start
- Center
- End
This property is to set if you can show a ShakeAnimation when there is a error with control. If the user doesn't rate.