MITEN RAJANI

MITEN RAJANI

  • NA
  • 7
  • 1.7k

Issue about width and height measurement of textbox

Jul 15 2016 7:09 AM
Error:  Watermarktextbox does not contain a definition for measure and no extension method measure accepting a first argument of type watermarktextbox could be found(are you missing a using directive or an assembly reference?)
 
 
 MyCode:
 
txtbox_Commnet.measure(new Size(double.positiveInfinity,500));
return new size (txtbox_Commnet.DesiredSize.Width,txtbox_Commnet.DesiredSize.Height);
 
 
 

Answers (3)