C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / DrawPlaceholder Method
The rectangle for drawing.


In This Topic
DrawPlaceholder Method
In This Topic
Draw placeholder string.
Syntax
'Declaration
 
Public Overrides Sub DrawPlaceholder( _
   ByVal rect As CoreGraphics.CGRect _
) 
 
'Usage
 
Dim instance As C1MaskedTextField
Dim rect As CoreGraphics.CGRect
 
instance.DrawPlaceholder(rect)

Parameters

rect
The rectangle for drawing.
See Also