wpf - need to create a custom control -


i have below requirement:

i wanted create custom control in developer should able access below 3 properties.

  1. label:
  2. isrequired
  3. content.

example 1: name(label): textbox/any input control(content)

example 2: name(label)*(isrequired): textbox/any input control(content)

  1. developer should able apply globalization label
  2. if field required should able set property enable * symbol
  3. developer should able set input control content of control.

i request suggestions, if send me sample code me.

this demo doesn't seem latest should start. googling around bit more keywords found in demo yield relevant results.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -