'Declaration
Public Property ValueFormat As MaskedTextBoxValueFormat
'Usage
Dim instance As MaskedTextBox Dim value As MaskedTextBoxValueFormat instance.ValueFormat = value value = instance.ValueFormat
public MaskedTextBoxValueFormat ValueFormat {get; set;}