'Declaration <DescriptionAttribute("The mask used to display the content of a cell.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> <LocalizableAttribute(True)> Public Property Mask As String
'Usage Dim instance As TextViewer Dim value As String instance.Mask = value value = instance.Mask
[Description("The mask used to display the content of a cell.")] [Category("Appearance")] [AmbientValue("")] [Localizable(true)] public string Mask {get; set;}