MaskedTextStepperShowPlaceholderWhenEmpty Property  | 
 
            Gets or sets a value indicating that the placeholder should be shown when the mask is empty and the control does
            not have focus.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntax[DefaultValueAttribute(true)]
public bool ShowPlaceholderWhenEmpty { get; set; }<DefaultValueAttribute(true)>
Public Property ShowPlaceholderWhenEmpty As Boolean
	Get
	Set
[<DefaultValueAttribute(true)>]
member ShowPlaceholderWhenEmpty : bool with get, set
Property Value
Type: 
Booleantrue to show the placeholder when its value is empty; otherwise, 
false.
See Also